Add bin_dir to kubectl version check

This commit is contained in:
Frank Ritchie 2018-10-23 15:51:17 -04:00
parent 7e84de2ae1
commit b5f4a79365

View file

@ -33,7 +33,7 @@
when: needs_cordoning
- name: Check kubectl version
command: kubectl version --client --short
command: "{{ bin_dir }}/kubectl version --client --short"
register: kubectl_version
delegate_to: "{{ groups['kube-master'][0] }}"
run_once: yes