mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
Fix Calico Installation (#10068)
Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
This commit is contained in:
parent
6ea7abf443
commit
9cd7d66332
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user