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

This commit is contained in:
Sergey 2021-01-16 04:19:43 +03:00 committed by GitHub
parent ccd3aeebbc
commit b2995e4ec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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