coreos / etcd-operator

etcd operator creates/configures/manages etcd clusters atop Kubernetes
https://coreos.com/blog/introducing-the-etcd-operator.html
Apache License 2.0
1.75k stars 741 forks source link

Add priorityClassName support #2140

Open pracucci opened 5 years ago

pracucci commented 5 years ago

We would like to add a priorityClassName to etcd pods created by the operator, but it looks unsupported to me. May you confirm it's unsupported and whether there's some interest into adding the support, please?

Marlinc commented 5 years ago

Hey there,

This appears to be unsupported at the moment, although I do think it does make sense to add it to improve the survivability of etcd clusters. I'm interested in adding support for this as this would also help us. I might create a pull request for this on our fork as this repository doesn't appear to be maintained anymore.

Could you maybe also open the same issue on https://github.com/cbws/etcd-operator?