Browse Source

Preinstall fails on checking etcd group length (#4839)

pull/4843/head
Dani Comnea 5 years ago
committed by Kubernetes Prow Robot
parent
commit
d540560619
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes/preinstall/tasks/0020-verify-settings.yml

1
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml

@ -50,6 +50,7 @@
assert:
that: groups.etcd|length is not divisibleby 2
ignore_errors: "{{ ignore_assert_errors }}"
when: inventory_hostname in groups['etcd']
- name: Stop if memory is too small for masters
assert:

Loading…
Cancel
Save