mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 14:06:03 -03:30
This PS is to fix the bug when Workers can't join the cluster (#4276)
because of etc-kubernetes-manifests not empty.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d4a36aa55b
commit
107bfb259a
@@ -74,6 +74,7 @@
|
||||
command: >-
|
||||
{{ bin_dir }}/kubeadm join
|
||||
--config {{ kube_config_dir}}/kubeadm-client.conf
|
||||
--ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests
|
||||
register: kubeadm_join
|
||||
async: 60
|
||||
poll: 15
|
||||
|
||||
Reference in New Issue
Block a user