Hello, I have a cluster that was in the process of being restored, but the snapshot no longer exists, how do I cancel and remove this status from the cluster?
in rancher local host.edit the cluster yaml.
kubectl edit clusters.management.cattle.io your_downstream_k8s_cluster
set
restore:
restore: true
snapshotname:xxx
to ---->
restore:
restore: false
it work for me.