Fix Calico Installation (#10068)

Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
This commit is contained in:
蒋 航
2023-05-16 12:21:36 +08:00
committed by GitHub
parent 6ea7abf443
commit 9cd7d66332

View File

@ -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: