mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Allow custom timeout for kubeadm init (#9617)
Signed-off-by: tu1h <lihai.tu@daocloud.io> Signed-off-by: tu1h <lihai.tu@daocloud.io>
This commit is contained in:
@@ -23,6 +23,9 @@ kube_version_min_required: v1.23.0
|
||||
## Kube Proxy mode One of ['iptables','ipvs']
|
||||
kube_proxy_mode: ipvs
|
||||
|
||||
## The timeout for init first control-plane
|
||||
kubeadm_init_timeout: 300s
|
||||
|
||||
## List of kubeadm init phases that should be skipped during control plane setup
|
||||
## By default 'addon/coredns' is skipped
|
||||
## 'addon/kube-proxy' gets skipped for some network plugins
|
||||
|
||||
Reference in New Issue
Block a user