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:
Seungkyu Ahn 2019-02-20 15:13:59 +09:00 committed by Kubernetes Prow Robot
parent d4a36aa55b
commit 107bfb259a

View file

@ -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