Hi folks, I have 2 clusters stood up via Rancher U...
# general
l
Hi folks, I have 2 clusters stood up via Rancher UI. One of my clusters is corrupted but I have an etcd backup in place. I'm trying to restore the etcd snapshot onto a new cluster but I'm getting the following error when running the restore command:
Copy code
root@cfh-master-node1:~# ./rke_linux-amd64 etcd snapshot-restore --name /opt/rke/etcd-snapshots/snapshot.zip
INFO[0000] Running RKE version: v1.4.10                                                           apshot.zip 
FATA[0000] failed to resolve cluster file: can not find cluster configuration file: open /root/cluster.yml: no such file or directory
Where would I find the
cluster.yml
file for this new cluster since its not stored in the
/root
directory?