mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
Preinstall fails on checking etcd group length (#4839)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
797bfd85b0
commit
d540560619
@@ -50,6 +50,7 @@
|
|||||||
assert:
|
assert:
|
||||||
that: groups.etcd|length is not divisibleby 2
|
that: groups.etcd|length is not divisibleby 2
|
||||||
ignore_errors: "{{ ignore_assert_errors }}"
|
ignore_errors: "{{ ignore_assert_errors }}"
|
||||||
|
when: inventory_hostname in groups['etcd']
|
||||||
|
|
||||||
- name: Stop if memory is too small for masters
|
- name: Stop if memory is too small for masters
|
||||||
assert:
|
assert:
|
||||||
|
|||||||
Reference in New Issue
Block a user