Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
holmesb authored and k8s-ci-robot committed Sep 17, 2019
1 parent 6fe2248 commit 46f6c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remove-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
- { role: remove-node/pre-remove, tags: pre-remove }

- hosts: "{{ node | default('kube-node') }}"
gather_facts: no
gather_facts: yes
roles:
- { role: kubespray-defaults }
- { role: reset, tags: reset, when: reset_nodes|default(True) }

# Currently cannot remove first master or etcd
- hosts: "{{ node | default('kube-master[1:]:etcd[:1]') }}"
gather_facts: no
gather_facts: yes
roles:
- { role: kubespray-defaults }
- { role: remove-node/post-remove, tags: post-remove }

0 comments on commit 46f6c09

Please sign in to comment.