Fixes?
This commit is contained in:
parent
e62802cf8a
commit
d23018f1e0
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,10 @@
|
||||||
- inventory_hostname in groups['kube_control_plane']
|
- inventory_hostname in groups['kube_control_plane']
|
||||||
- dns_mode != 'none'
|
- dns_mode != 'none'
|
||||||
- resolvconf_mode == 'host_resolvconf'
|
- resolvconf_mode == 'host_resolvconf'
|
||||||
|
register: crictl_restart
|
||||||
|
retries: 12
|
||||||
|
delay: 5
|
||||||
|
until: crictl_restart.rc == 0
|
||||||
|
|
||||||
# When running this as the last phase ensure we wait for kube-apiserver to come up
|
# When running this as the last phase ensure we wait for kube-apiserver to come up
|
||||||
- name: Preinstall | wait for the apiserver to be running
|
- name: Preinstall | wait for the apiserver to be running
|
||||||
|
|
Loading…
Reference in a new issue