mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
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:
@@ -8,3 +8,5 @@ kube_network_plugin: cilium
|
|||||||
enable_network_policy: true
|
enable_network_policy: true
|
||||||
|
|
||||||
cilium_kube_proxy_replacement: strict
|
cilium_kube_proxy_replacement: strict
|
||||||
|
|
||||||
|
kube_owner: root
|
||||||
|
|||||||
@@ -8,3 +8,5 @@ kube_network_plugin: cilium
|
|||||||
# ntp settings
|
# ntp settings
|
||||||
ntp_enabled: true
|
ntp_enabled: true
|
||||||
ntp_package: ntp
|
ntp_package: ntp
|
||||||
|
|
||||||
|
kube_owner: root
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ cloud_image: opensuse-leap-15-6
|
|||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
kube_network_plugin: cilium
|
kube_network_plugin: cilium
|
||||||
|
|
||||||
|
kube_owner: root
|
||||||
|
|
||||||
# Docker specific settings:
|
# Docker specific settings:
|
||||||
container_manager: docker
|
container_manager: docker
|
||||||
etcd_deployment_type: docker
|
etcd_deployment_type: docker
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ kube_network_plugin: cilium
|
|||||||
|
|
||||||
cilium_kube_proxy_replacement: strict
|
cilium_kube_proxy_replacement: strict
|
||||||
|
|
||||||
|
kube_owner: root
|
||||||
|
|
||||||
# Node Feature Discovery
|
# Node Feature Discovery
|
||||||
node_feature_discovery_enabled: true
|
node_feature_discovery_enabled: true
|
||||||
kube_asymmetric_encryption_algorithm: "ECDSA-P256"
|
kube_asymmetric_encryption_algorithm: "ECDSA-P256"
|
||||||
|
|||||||
@@ -7,3 +7,5 @@ mode: separate
|
|||||||
kube_network_plugin: cilium
|
kube_network_plugin: cilium
|
||||||
enable_network_policy: true
|
enable_network_policy: true
|
||||||
auto_renew_certificates: true
|
auto_renew_certificates: true
|
||||||
|
|
||||||
|
kube_owner: root
|
||||||
|
|||||||
Reference in New Issue
Block a user