Skip to content

Commit 2cdacf4

Browse files
add namespace tag (#2398)
1 parent 80f296e commit 2cdacf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/kubernetes/re-clusters/cluster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Redis Enterprise for Kubernetes automates these recovery steps:
3333
1. Edit the REC resource to set the `clusterRecovery` flag to `true`.
3434

3535
```sh
36-
kubectl patch rec <cluster-name> --type merge --patch '{"spec":{"clusterRecovery":true}}'
36+
kubectl patch rec <cluster-name> -n <rec_namespace> --type merge --patch '{"spec":{"clusterRecovery":true}}'
3737
```
3838

3939

0 commit comments

Comments
 (0)