kopeio / etcd-manager

operator for etcd: moved to https://github.com/kubernetes-sigs/etcdadm
Apache License 2.0
164 stars 45 forks source link

Better etcd-version handling #238

Closed justinsb closed 5 years ago

justinsb commented 5 years ago

We move etcd version handling to its own package, and we are now more tolerant about reading from patch versions that we don't have (we adopt the same-or-next minor rule that etcd uses). Also on etcd cluster adoption we bump it to the next supported version so that we can come up even if the user was previously running an unsupported version.

justinsb commented 5 years ago

Cross checked against etcd upgrade docs