Wait longer for node to join the cluster (#4549)
This commit is contained in:
parent
f696d7abee
commit
33ab615072
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
--config {{ kube_config_dir}}/kubeadm-client.conf
|
||||
--ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests
|
||||
register: kubeadm_join
|
||||
async: 60
|
||||
async: 120
|
||||
poll: 15
|
||||
|
||||
rescue:
|
||||
|
|
Loading…
Reference in a new issue