Browse Source

Add bin_dir to kubectl version check

pull/3577/head
Frank Ritchie 6 years ago
parent
commit
b5f4a79365
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/upgrade/pre-upgrade/tasks/main.yml

2
roles/upgrade/pre-upgrade/tasks/main.yml

@ -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

Loading…
Cancel
Save