Change kube_owner to root for cilium CI test

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
ChengHao Yang
2025-04-03 12:16:05 +01:00
parent 86437730de
commit bebba47eb4
5 changed files with 10 additions and 0 deletions

View File

@@ -8,3 +8,5 @@ kube_network_plugin: cilium
enable_network_policy: true
cilium_kube_proxy_replacement: strict
kube_owner: root

View File

@@ -8,3 +8,5 @@ kube_network_plugin: cilium
# ntp settings
ntp_enabled: true
ntp_package: ntp
kube_owner: root

View File

@@ -5,6 +5,8 @@ cloud_image: opensuse-leap-15-6
# Kubespray settings
kube_network_plugin: cilium
kube_owner: root
# Docker specific settings:
container_manager: docker
etcd_deployment_type: docker

View File

@@ -8,6 +8,8 @@ kube_network_plugin: cilium
cilium_kube_proxy_replacement: strict
kube_owner: root
# Node Feature Discovery
node_feature_discovery_enabled: true
kube_asymmetric_encryption_algorithm: "ECDSA-P256"

View File

@@ -7,3 +7,5 @@ mode: separate
kube_network_plugin: cilium
enable_network_policy: true
auto_renew_certificates: true
kube_owner: root