mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Fix abort because calicoctl.sh is not a full path (#9217)
This commit is contained in:
@@ -137,7 +137,7 @@
|
|||||||
delegate_to: "{{ groups['kube_control_plane'][0] }}"
|
delegate_to: "{{ groups['kube_control_plane'][0] }}"
|
||||||
|
|
||||||
- name: "Get Calico {{ calico_pool_name }} configuration"
|
- 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
|
failed_when: False
|
||||||
changed_when: False
|
changed_when: False
|
||||||
check_mode: no
|
check_mode: no
|
||||||
|
|||||||
Reference in New Issue
Block a user