...
Note that the Ansible script will report an invalid configuration if you wind up with an even number of etcd instances since that is not a valid configuration. This restriction includes standalone etcd nodes that are deployed in a cluster along with master nodes with etcd replicas. As an example, if you have three master nodes with etcd replicas and three standalone etcd nodes, the script will fail since there are now six total etcd replicas. Moreover, You can force your existing FIPs by modifying the compute variables in ../../contrib/terraform/openstack/
kubespray.tf
as follows
...
language | bash |
---|---|
title | Force your FIPs |
collapse | true |
...
Provisioning VMs
Initialization
...