Is there a way to restore a cluster that was scale...
# general
f
Is there a way to restore a cluster that was scaled to 0 with only the etcd backups? and the various yamls that are on the local still of course
c
you can get the cluster state back but anything in PVs or the like will be gone, unless the PVs are stored somewhere external to the cluster and can be reattached.
f
got it. How would we do that?
c
do what
f
do the restore from 0
c
I don’t know, you’ve not said if you’re using rancher or not, or what Kubernetes distribution you’re using, if the backups are on S3…
f
yes to rancher, etcd backups are in S3
rke2