When you delete a DR policy CR, all the associated replication CRs will also be deleted. Delete the DR policy CR. Enter: kubectl delete drpolicy <dr-policy-cr-name> Verify if the DR policy CR is deleted from both the primary and secondary sites. Enter: kubectl get drpolicy Sample output:kubectl get drpolicy No resources found in default namespace. Verify the replication status of the PVCs. Enter: kubectl get replication -n <namespace-of-the-pvc> Sample output:kubectl get replication -n <namespace-of-the-pvc> No resources found.