add retry for start calico kube controller (#9450)
Signed-off-by: cleverhu <shouping.hu@daocloud.io> Signed-off-by: cleverhu <shouping.hu@daocloud.io>
This commit is contained in:
parent
6bff338bad
commit
5cf2883444
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
||||||
state: "latest"
|
state: "latest"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ calico_kube_manifests.results }}"
|
- "{{ calico_kube_manifests.results }}"
|
||||||
|
register: calico_kube_controller_start
|
||||||
|
until: calico_kube_controller_start is succeeded
|
||||||
|
retries: 4
|
||||||
when:
|
when:
|
||||||
- inventory_hostname == groups['kube_control_plane'][0]
|
- inventory_hostname == groups['kube_control_plane'][0]
|
||||||
- not item is skipped
|
- not item is skipped
|
||||||
|
|
Loading…
Reference in a new issue