Skip to content
Snippets Groups Projects
Commit 2864e13f authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by Kubernetes Prow Robot
Browse files

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

Change-Id: Ic9425bf90552d7e3d42b02409af9773d99376384
parent a8c5a0af
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,10 @@ ...@@ -49,7 +49,10 @@
msg: "{{ kubeadm_already_run.stat.exists }}" msg: "{{ kubeadm_already_run.stat.exists }}"
- name: Joining control plane node to the cluster. - 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 {{ bin_dir }}/kubeadm join
--config {{ kube_config_dir }}/kubeadm-controlplane.yaml --config {{ kube_config_dir }}/kubeadm-controlplane.yaml
--ignore-preflight-errors=all --ignore-preflight-errors=all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment