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

etcd backup restore using persistent volume as local storage #2107

Open veenabenoy opened 5 years ago

veenabenoy commented 5 years ago

I am new user to etcd . I want to enable etcd data back up using a local storage (in the local system path like var/etcd/lib/data/data_bkp and restore from the specified back up data path. Could any one please guide me how do I do the etcd cluster configuration supporting local storage path in a yaml file . I am planning to install etcd using helm: helm install --name my-etcd --pv-provisioner=none --values values.yaml stable/etcd-operator.

I have seen examples using S3, cloud persistent volume etc. but couldn't find a solid example to specify local storage path for both back up and restore as a configuration.