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

Fix Calico Installation (#10068)

parent 6ea7abf4
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,9 @@
kubectl: "{{ bin_dir }}/kubectl"
filename: "{{ kube_config_dir }}/kdd-crds.yml"
state: "latest"
register: kubectl_result
until: kubectl_result is succeeded
retries: 5
when:
- inventory_hostname == groups['kube_control_plane'][0]
when:
......
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