Reputation: 78
I'm a bit new with OpenShift, i've already made a install for a master and multiple nodes ( this setup is deleted now ).
Now i need more reliability, so i'm currently preparing my hosts with three masters and two nodes ( for starting ).
I've a dns, a dhcp and an etcd2 cluster up and running with the specifics entries for the hosts like :
But now i have three questions :
i know, i ask many questions, but thoses questions are in the same subject, how to make a HA setup with OpenShift.
Thanks you in advance.
Upvotes: 0
Views: 1187
Reputation: 708
I am able to answer only 2 of your questions.
It does not matter from which host you run the Ansible playbook. You can also run it from a host which is not part of the whole openshift setup (e.g. your laptop) Note: If you change a host's role (from master to node or vice versa), be sure to delete the Ansible facts before running the config playbook again. Otherwise the changes won't be picked up
Follow up: are you asking about the shared pool in reference to High Availability of the Masters ?
Multi master setup provisioned using the Ansible playbook works as expected. The state of the masters is synced using etcd
Some minor issues faced:
Upvotes: 1