mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
Adding other masters sequentially, not in parallel (#7166)
(cherry picked from commit b2995e4ec4)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f8b15a714c
commit
dee0594d74
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user