We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f296e commit 2cdacf4Copy full SHA for 2cdacf4
content/operate/kubernetes/re-clusters/cluster-recovery.md
@@ -33,7 +33,7 @@ The Redis Enterprise for Kubernetes automates these recovery steps:
33
1. Edit the REC resource to set the `clusterRecovery` flag to `true`.
34
35
```sh
36
- kubectl patch rec <cluster-name> --type merge --patch '{"spec":{"clusterRecovery":true}}'
+ kubectl patch rec <cluster-name> -n <rec_namespace> --type merge --patch '{"spec":{"clusterRecovery":true}}'
37
```
38
39
0 commit comments