Skip to content
Snippets Groups Projects
Commit e8bde03a authored by Seungkyu Ahn's avatar Seungkyu Ahn Committed by Matthew Mosesohn
Browse files

Setting kubectl bin directory (#1635)

parent 75b13caf
No related branches found
No related tags found
No related merge requests found
---
- name: See if node is in ready state
shell: "kubectl get nodes | grep {{ inventory_hostname }}"
shell: "{{ bin_dir }}/kubectl get nodes | grep {{ inventory_hostname }}"
register: kubectl_nodes
delegate_to: "{{ groups['kube-master'][0] }}"
failed_when: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment