Skip to content

Commit 134e985

Browse files
remove AA preview note
1 parent bf122c7 commit 134e985

File tree

3 files changed

+6
-44
lines changed

3 files changed

+6
-44
lines changed

content/operate/kubernetes/active-active/_index.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,27 +52,6 @@ For versions 6.4.2 or earlier, this Active-Active setup method includes the foll
5252

5353
To create an Active-Active Redis Enterprise deployment for Kubernetes with these new features, first [prepare participating clusters]({{< relref "/operate/kubernetes/active-active/prepare-clusters" >}}) then [create an Active-Active database]({{< relref "/operate/kubernetes/active-active/create-reaadb" >}}).
5454

55-
### Preview versions
56-
57-
If you are using a preview version of these features (operator version 6.4.2-4 or 6.4.2-5), you'll need to enable the Active-Active controller with the following steps. You need to do this only once per cluster. We recommend using the fully supported 6.4.2-6 version.
58-
59-
1. Download the custom resource definitions (CRDs) for the most recent release (6.4.2-4) from [redis-enterprise-k8s-docs Github](https://github.com/RedisLabs/redis-enterprise-k8s-docs/tree/master/crds).
60-
61-
1. Apply the new CRDs for the Redis Enterprise Active-Active database (REAADB) and Redis Enterprise remote cluster (RERC) to install those controllers.
62-
63-
```sh
64-
kubectl apply -f crds/reaadb_crd.yaml
65-
kubectl apply -f crds/rerc_crd.yaml
66-
```
67-
68-
1. Enable the Active-Active and remote cluster controllers on the operator ConfigMap.
69-
70-
```sh
71-
kubectl patch cm operator-environment-config --type merge --patch "{\"data\": \
72-
{\"ACTIVE_ACTIVE_DATABASE_CONTROLLER_ENABLED\":\"true\", \
73-
\"REMOTE_CLUSTER_CONTROLLER_ENABLED\":\"true\"}}"
74-
75-
7655
### REAADB custom resource
7756

7857
Redis Enterprise Active-Active database (REAADB) contains a link to the RERC for each participating cluster, and provides configuration and status to the management plane.

content/operate/kubernetes/active-active/edit-rerc.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@ If the credentials are changed or updated for a REC participating cluster, you n
7373

7474
```sh
7575
kubectl get reaadb reaadb-boeing
76-
77-
NAME STATUS SPEC STATUS LINKED REDBS REPLICATION STATUS
78-
reaadb-boeing active Valid up
7976
```
77+
The output should look similar to:
78+
79+
```sh
80+
NAME STATUS SPEC STATUS LINKED REDBS REPLICATION STATUS
81+
reaadb-boeing active Valid up
82+
```
8083

8184
To troubleshoot invalid configurations, view the RERC custom resource events and the [Redis Enterprise operator logs]({{< relref "/operate/kubernetes/logs/" >}}).
8285

content/operate/kubernetes/active-active/prepare-clusters.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,6 @@ Next you'll [collect credentials](#collect-rec-credentials) for your participati
2929

3030
For a list of example values used throughout this article, see the [Example values](#example-values) section.
3131

32-
### Preview versions
33-
34-
If you are using a preview version of these features (operator version 6.4.2-4 or 6.4.2-5), you'll need to enable the Active-Active controller with the following steps. You need to do this only once per cluster. We recommend using the fully supported 6.4.2-6 version.
35-
36-
1. Download the custom resource definitions (CRDs) for the most recent release (6.4.2-4) from [redis-enterprise-k8s-docs Github](https://github.com/RedisLabs/redis-enterprise-k8s-docs/tree/master/crds).
37-
38-
1. Apply the new CRDs for the Redis Enterprise Active-Active database (REAADB) and Redis Enterprise remote cluster (RERC) to install those controllers.
39-
40-
```sh
41-
kubectl apply -f crds/reaadb_crd.yaml
42-
kubectl apply -f crds/rerc_crd.yaml
43-
```
44-
45-
1. Enable the Active-Active and remote cluster controllers on the operator ConfigMap.
46-
47-
```sh
48-
kubectl patch cm operator-environment-config --type merge --patch "{\"data\": \
49-
{\"ACTIVE_ACTIVE_DATABASE_CONTROLLER_ENABLED\":\"true\", \
50-
\"REMOTE_CLUSTER_CONTROLLER_ENABLED\":\"true\"}}"
51-
5232
## Collect REC credentials
5333

5434
To communicate with other clusters, all participating clusters will need access to the admin credentials for all other clusters.

0 commit comments

Comments
 (0)