Sergey
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/kubernetes/master/tasks/kubeadm-secondary.yml
|
|
@ -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 |
|
|
|