Skip to content

Commit

Permalink
Adding other masters sequentially, not in parallel (kubernetes-sigs#7166
Browse files Browse the repository at this point in the history
)
  • Loading branch information
LuckySB committed Feb 2, 2021
1 parent 0c5b99c commit 269e5d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes/master/tasks/kubeadm-secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 269e5d6

Please sign in to comment.