tasekida
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/network_plugin/calico/tasks/check.yml
|
|
@ -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 |
|
|
|