Return the ability to start control plain from the hyperkube image (#5422)

This commit is contained in:
Sergey
2020-04-18 15:59:36 +03:00
committed by GitHub
parent 8618a3119b
commit 6318bb9f96
4 changed files with 6 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ controlPlaneEndpoint: {{ ip | default(fallback_ips[inventory_hostname]) }}:{{ ku
{% endif %}
certificatesDir: {{ kube_cert_dir }}
imageRepository: {{ kube_image_repo }}
useHyperKubeImage: {{ kubeadm_use_hyperkube_image }}
apiServer:
extraArgs:
{% if kube_api_anonymous_auth is defined %}