chanezon / azure-linux

Documentation and examples for how to leverage various linux technologies with Azure
Apache License 2.0
64 stars 15 forks source link

Support CoreOS cluster quorum requirements #7

Open felixrieseberg opened 9 years ago

felixrieseberg commented 9 years ago

A CoreOS cluster is doomed if more than (n/2)-1 of its nodes are lost, posing issues in connection with Azure VM maintenance. A cluster created with the script is currently not protected against initiated reboots of VMs.

Basically, we need to find a way for the script to set up a cluster so that half the machines are always online and live.