Skip to content

Commit

Permalink
Fix Calico Installation (#10068)
Browse files Browse the repository at this point in the history
Signed-off-by: hang.jiang <[email protected]>
  • Loading branch information
蒋 航 authored May 16, 2023
1 parent 6ea7abf commit 9cd7d66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/network_plugin/calico/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9cd7d66

Please sign in to comment.