Skip to content
Snippets Groups Projects
Unverified Commit dca3bf0e authored by Florent Monbillard's avatar Florent Monbillard Committed by GitHub
Browse files

Fix first etcd member exclusion in host group pattern (#6109)

parent c605a05c
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
- { role: reset, tags: reset, when: reset_nodes|default(True) } - { role: reset, tags: reset, when: reset_nodes|default(True) }
# Currently cannot remove first master or etcd # 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 gather_facts: no
roles: roles:
- { role: kubespray-defaults } - { role: kubespray-defaults }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment