Skip to content
Snippets Groups Projects
Unverified Commit 7ebb8c3f authored by 蒋航's avatar 蒋航 Committed by GitHub
Browse files

make calico installation more stable (#9227)

parent acb6f243
No related branches found
No related tags found
No related merge requests found
......@@ -458,6 +458,9 @@
kubectl: "{{ bin_dir }}/kubectl"
filename: "{{ kube_config_dir }}/calico-ipamconfig.yml"
state: "latest"
register: resource_result
until: resource_result is succeeded
retries: 4
when:
- inventory_hostname == groups['kube_control_plane'][0]
- calico_datastore == "kdd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment