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

@@ -20,6 +20,9 @@ kube_version: v1.17.5
## The minimum version working
kube_version_min_required: v1.16.0
# use HyperKube image to control plane containers
kubeadm_use_hyperkube_image: False
## Kube Proxy mode One of ['iptables','ipvs']
kube_proxy_mode: ipvs