Skip to content

Commit

Permalink
Fix abort because calicoctl.sh is not a full path (kubernetes-sigs#9217)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasekida authored and rptaylor committed Aug 30, 2022
1 parent 932fa97 commit 59b7e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/network_plugin/calico/tasks/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
delegate_to: "{{ groups['kube_control_plane'][0] }}"

- name: "Get Calico {{ calico_pool_name }} configuration"
command: calicoctl.sh get ipPool {{ calico_pool_name }} -o json
command: "{{ bin_dir }}/calicoctl.sh get ipPool {{ calico_pool_name }} -o json"
failed_when: False
changed_when: False
check_mode: no
Expand Down

0 comments on commit 59b7e32

Please sign in to comment.