Pause a recovery plan
How to pause a Recovery Plan.
Introduction
A RecoveryPlan can be paused in order to stop any operation in the source and destination cluster.
Requirements
- Have access to the management cluster
- Have configured the recovery plan.
Process
1. Pause the RecoveryPlan
Pause the RecoveryPlan using the following path operation:
kubectl patch recoveryplan <recovery_plan_name> -p '{"spec":{"suspend":true}}' --type=merge
2. Verify the RecoveryPlan status
Get the list of the defined RecoveryPlans:
kubectl get recoveryplan
The result should display the SUSPENDED column to true:
NAME SUSPENDED STATUS
example true Reconciled
3. Verify the containers
For the containers deployed in the cluster, you can verify the logs:
kubectl logs example-eventslistener-76c9889466-vrz7w
A log will appear indicating that RecoveryPlan is suspended:
Recovery plan is suspended