mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-12-01 13:13:57 +01:00
142b40f428
Otherwise, when completely uninstalling the etcd-enabled cluster, it fails with: ``` TASK [xanmanning.k3s : Check the conditions when embedded etcd is defined] *************************************** fatal: [vm0]: FAILED! => { "assertion": "(((k3s_controller_list | length) % 2) == 1)", "changed": false, "evaluated_to": false, "msg": "Etcd should have a minimum of 3 defined members and the number of members should be odd. Please see notes about HA in README.md" } fatal: [vm1]: FAILED! => { "assertion": "(((k3s_controller_list | length) % 2) == 1)", "changed": false, "evaluated_to": false, "msg": "Etcd should have a minimum of 3 defined members and the number of members should be odd. Please see notes about HA in README.md" } fatal: [vm2]: FAILED! => { "assertion": "(((k3s_controller_list | length) % 2) == 1)", "changed": false, "evaluated_to": false, "msg": "Etcd should have a minimum of 3 defined members and the number of members should be odd. Please see notes about HA in README.md" } ``` |
||
---|---|---|
.. | ||
cluster-init.yml | ||
control-node-count.yml | ||
experimental-variables.yml | ||
unsupported-rootless.yml | ||
variables.yml |