diff --git a/content/operate/kubernetes/re-clusters/cluster-recovery.md b/content/operate/kubernetes/re-clusters/cluster-recovery.md index 8e9f5c6768..baadfc25a4 100644 --- a/content/operate/kubernetes/re-clusters/cluster-recovery.md +++ b/content/operate/kubernetes/re-clusters/cluster-recovery.md @@ -33,7 +33,7 @@ The Redis Enterprise for Kubernetes automates these recovery steps: 1. Edit the REC resource to set the `clusterRecovery` flag to `true`. ```sh - kubectl patch rec --type merge --patch '{"spec":{"clusterRecovery":true}}' + kubectl patch rec -n --type merge --patch '{"spec":{"clusterRecovery":true}}' ```