Skip to content
Snippets Groups Projects
Unverified Commit e381ce57 authored by Etienne Champetier's avatar Etienne Champetier Committed by GitHub
Browse files

Remove left over nodes_to_drain (#7412)

parent 5dbce6a2
No related branches found
No related tags found
No related merge requests found
---
- name: remove-node | Set `nodes_to_drain` as empty list
set_fact:
nodes_to_drain: []
- name: remove-node | List nodes
command: kubectl get nodes -o go-template={% raw %}'{{ range .items }}{{ .metadata.name }}{{ "\n" }}{{ end }}'{% endraw %}
register: nodes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment