mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-26 15:36:11 -03:30
Adding other masters sequentially, not in parallel (#7166)
This commit is contained in:
@@ -59,6 +59,7 @@
|
|||||||
--ignore-preflight-errors=all
|
--ignore-preflight-errors=all
|
||||||
register: kubeadm_join_control_plane
|
register: kubeadm_join_control_plane
|
||||||
retries: 3
|
retries: 3
|
||||||
|
throttle: 1
|
||||||
until: kubeadm_join_control_plane is succeeded
|
until: kubeadm_join_control_plane is succeeded
|
||||||
when:
|
when:
|
||||||
- inventory_hostname != groups['kube-master']|first
|
- inventory_hostname != groups['kube-master']|first
|
||||||
|
|||||||
Reference in New Issue
Block a user