Skip to content
Snippets Groups Projects
Unverified Commit b2995e4e authored by Sergey's avatar Sergey Committed by GitHub
Browse files

Adding other masters sequentially, not in parallel (#7166)

parent ccd3aeeb
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@
--ignore-preflight-errors=all
register: kubeadm_join_control_plane
retries: 3
throttle: 1
until: kubeadm_join_control_plane is succeeded
when:
- inventory_hostname != groups['kube-master']|first
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment