Skip to content

Commit af776e9

Browse files
review edits
1 parent 06613f3 commit af776e9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

content/operate/kubernetes/re-clusters/multi-namespace.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,7 @@ To do this:
198198
1. Configure each participating cluster’s operator to watch the relevant consumer namespace. See [multi-namespace operator setup](#update-redis-enterprise-operator-configmap).
199199
2. Ensure all Active-Active prerequisites are met as described in [Configure Active-Active]({{<relref "content/operate/kubernetes/active-active/create-reaadb/">}}).
200200
3. In your REAADB custom resource, specify the target consumer namespace using `metadata.namespace`. For each participating cluster, use the `namespace` field under `spec.participatingClusters` to indicate the namespace where the REAADB should be deployed.
201-
4. Deploy the required Secrets in appropriate namespaces:
202-
203-
- REC API Secret: This Secret is used by the RedisEnterpriseRemoteCluster (RERC) object to authenticate with the REC. It must be created in the REC namespace.
204-
- Database access Secret: This Secret stores the password for accessing the database. It must be created in each consumer namespace where the REAADB is deployed.
205-
206-
Make sure both types of Secrets are present in the appropriate namespaces before applying the REAADB custom resource. Without them, the operator may fail to establish the necessary connections or deploy the REAADB correctly.
201+
4. If you are using a [global database secret]({{<relref "operate/kubernetes/active-active/global-db-secret/">}}), deploy the secret in each consumer namespace.
207202

208203
{{<note>}}
209204
Apply the REAADB object to only one Kubernetes cluster. Based on the specified participating clusters and namespaces, the operator automatically creates the necessary resources in the other clusters.
@@ -220,7 +215,6 @@ metadata:
220215
spec:
221216
participatingClusters:
222217
- name: participating-cluster-main
223-
namespace: consumer-namespace-main
224218
- name: participating-cluster-peer
225219
namespace: consumer-namespace-peer
226220
globalConfigurations:

0 commit comments

Comments
 (0)