Skip to content

Commit

Permalink
Fix first etcd member exclusion in host group pattern (kubernetes-sig…
Browse files Browse the repository at this point in the history
  • Loading branch information
EppO authored May 8, 2020
1 parent c605a05 commit dca3bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remove-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- { role: reset, tags: reset, when: reset_nodes|default(True) }

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

0 comments on commit dca3bf0

Please sign in to comment.