Clean up synchronous disaster recovery objects in Rancher
Summary and Key concepts
If you no longer require a disaster recovery object, you can delete it.
Perform the following steps from a location where you have kubectl
access to the source cluster:
- Delete the migration schedule:
kubectl delete migrationschedules <migrationschedule-name> -n <migrationnamespace>
-
Delete the associated schedule policy :
kubectl delete schedulepolicy <your-schedule-policy>
-
Delete the cluster pair from the source cluster.
kubectl delete clusterpair <migration-cluster-pair> -n <migrationnamespace>