Reset between kubeadm secondary control plane join attempts (#5240)

Change-Id: Ic9425bf90552d7e3d42b02409af9773d99376384
This commit is contained in:
Matthew Mosesohn 2019-10-08 10:15:12 +03:00 committed by Kubernetes Prow Robot
parent a8c5a0afdc
commit 2864e13ff9

View file

@ -49,7 +49,10 @@
msg: "{{ kubeadm_already_run.stat.exists }}"
- name: Joining control plane node to the cluster.
command: >-
shell: >-
if [ -f /etc/kubernetes/manifests/kube-apiserver.yaml ]; then
{{ bin_dir }}/kubeadm reset -f --cert-dir {{ kube_cert_dir }};
fi &&
{{ bin_dir }}/kubeadm join
--config {{ kube_config_dir }}/kubeadm-controlplane.yaml
--ignore-preflight-errors=all