Skip to content

Commit d5433be

Browse files
committed
Change kube_owner to root for cilium CI test
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 parent ce76302 commit d5433be

4 files changed

+8
-0
lines changed

tests/files/packet_debian12-cilium-svc-proxy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ kube_network_plugin: cilium
88
enable_network_policy: true
99

1010
cilium_kube_proxy_replacement: strict
11+
12+
kube_owner: root

tests/files/packet_debian12-cilium.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ cloud_image: debian-12
44

55
# Kubespray settings
66
kube_network_plugin: cilium
7+
8+
kube_owner: root

tests/files/packet_rockylinux9-cilium.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ kube_network_plugin: cilium
88

99
cilium_kube_proxy_replacement: strict
1010

11+
kube_owner: root
12+
1113
# Node Feature Discovery
1214
node_feature_discovery_enabled: true
1315
kube_asymmetric_encryption_algorithm: "ECDSA-P256"

tests/files/packet_ubuntu20-cilium-sep.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ mode: separate
77
kube_network_plugin: cilium
88
enable_network_policy: true
99
auto_renew_certificates: true
10+
11+
kube_owner: root

0 commit comments

Comments
 (0)