Skip to content
Snippets Groups Projects
Unverified Commit 36e8683c authored by Rong Zhang's avatar Rong Zhang Committed by GitHub
Browse files

Merge pull request #3091 from mauromedda/master

Add the path to kubectl binary
parents 95f1e463 9cef2018
No related branches found
No related tags found
No related merge requests found
---
- name: Delete node
command: kubectl delete node {{ item }}
command: "{{ bin_dir}}/kubectl delete node {{ item }}"
with_items:
- "{{ node.split(',') | default(groups['kube-node']) }}"
delegate_to: "{{ groups['kube-master']|first }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment