Does anyone have insight on how to accomplish this? Is there a better, recommended way to accomplish this?
Thanks,
Adam
--
You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-users+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
This page might be helpful: https://coreos.com/etcd/docs/latest/v2/admin_guide.html#disaster-recovery
It's a bit of a shame that we don't have a "insert your backup code here" spot for this in the default setup scripts, if you're running only one etcd replica this is fairly important. It's worth noting that old (depending on churn in the cluster) backups are not likely to do too much good (meaning, if you restore, it will rewind the state in the cluster, probably requiring a cluster-wide reboot if you want to respect the "ResourceVersions never go backwards" constraint, and could e.g. re-run jobs that were supposed to be run only once), so, the best backups are frequent ones.