mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
use hyperkubeimage to run controlplane containers (#5178)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1ce7831f6d
commit
8984096f35
@@ -94,7 +94,7 @@ controlPlaneEndpoint: {{ ip | default(fallback_ips[inventory_hostname]) }}:{{ ku
|
||||
{% endif %}
|
||||
certificatesDir: {{ kube_cert_dir }}
|
||||
imageRepository: {{ kube_image_repo }}
|
||||
useHyperKubeImage: false
|
||||
useHyperKubeImage: {{ kubeadm_use_hyperkube_image }}
|
||||
apiServer:
|
||||
extraArgs:
|
||||
{% if kube_api_anonymous_auth is defined %}
|
||||
|
||||
Reference in New Issue
Block a user