Skip to content

Commit

Permalink
bootstrap-os for remove-node (kubernetes-sigs#6154)
Browse files Browse the repository at this point in the history
  • Loading branch information
chifu1234 authored Aug 5, 2020
1 parent fb666c4 commit c3b78c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions remove-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@
gather_facts: no
roles:
- { role: kubespray-defaults }
- { role: bootstrap-os, tags: bootstrap-os }
- { role: remove-node/pre-remove, tags: pre-remove }

- name: Gather facts
import_playbook: facts.yml

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

Expand All @@ -52,4 +51,5 @@
gather_facts: no
roles:
- { role: kubespray-defaults }
- { role: bootstrap-os, tags: bootstrap-os}
- { role: remove-node/post-remove, tags: post-remove }

0 comments on commit c3b78c3

Please sign in to comment.