etcd-operator
etcd-operator copied to clipboard
k8sutil: Restarting pods in an etcd cluster with PVC is safe.
This is a simple fix that addresses Case C from https://github.com/coreos/etcd-operator/blob/master/doc/design/persistent_volumes_etcd_data.md
It makes the etcd cluster with PVC able to recover from full k8s cluster outage. Inspired by https://github.com/coreos/etcd-operator/issues/1323#issuecomment-359206459
Fixes #1323
Please read https://github.com/coreos/etcd-operator/blob/master/CONTRIBUTING.md#contribution-flow
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Any updates on this? Without this PVCs aren't really that effective.
Shouldn't PV have persistentVolumeReclaimPolicy set to Retain aswell? (default is Delete)