Skip to content

Commit

Permalink
Adding other masters sequentially, not in parallel (#7166)
Browse files Browse the repository at this point in the history
(cherry picked from commit b2995e4)
  • Loading branch information
LuckySB authored and k8s-ci-robot committed Feb 22, 2021
1 parent f8b15a7 commit dee0594
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 dee0594

Please sign in to comment.