This commit is contained in:
Florian Ruynat 2022-08-01 22:55:44 +02:00
parent e62802cf8a
commit d23018f1e0

View file

@ -100,6 +100,10 @@
- inventory_hostname in groups['kube_control_plane']
- dns_mode != 'none'
- 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
- name: Preinstall | wait for the apiserver to be running