cilium / cilium-etcd-operator

Operator to manage Cilium's etcd cluster
Apache License 2.0
26 stars 15 forks source link

Handle etcd lost quorum scenarios #33

Closed manojbadam closed 5 years ago

manojbadam commented 5 years ago

Right now, if etcd cluster looses the quorum operator simple logs the information and dont perform any recovery operations. Discussed more in detail here https://github.com/coreos/etcd-operator/issues/1972

This PR will keep monitor if the min quorum pods exists, and if not will re-build the etcd cluster