Skip to content

Commit

Permalink
mention unsupported before 6.42, GA recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlynmichael committed Jul 13, 2023
1 parent d4acda1 commit a5a41c1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/kubernetes/active-active/create-reaadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aliases: {
}
---

{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later.{{</note>}}
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later. Preview of this feature is available in versions 6.4.2-4 and 6.4.2-5, but we recommend using the GA version 6.4.2-6. This feature is not supported in versions 6.2.18-41 and before.{{</note>}}

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion content/kubernetes/active-active/edit-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases: {
/kubernetes/active-active/edit-clusters/,
}
---
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later.{{</note>}}
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later. Preview of this feature is available in versions 6.4.2-4 and 6.4.2-5, but we recommend using the GA version 6.4.2-6. This feature is not supported in versions 6.2.18-41 and before.{{</note>}}

## Add a participating cluster

Expand Down
2 changes: 1 addition & 1 deletion content/kubernetes/active-active/edit-rerc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases: {

}
---
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later.{{</note>}}
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later. Preview of this feature is available in versions 6.4.2-4 and 6.4.2-5, but we recommend using the GA version 6.4.2-6. This feature is not supported in versions 6.2.18-41 and before.{{</note>}}

Before a RedisEnterpriseCluster (REC) can participate in an Active-Active database, it needs an accompanying RedisEnterpriseRemoteCluster (RERC) custom resource. The RERC contains details allowing the REC to link to the RedisEnterpriseActiveActiveDatabase (REAADB). The RERC resource is listed in the REAADB resource to become a participating cluster for the Active-Active database.

Expand Down
2 changes: 1 addition & 1 deletion content/kubernetes/active-active/global-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases: {

}
---
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later.{{</note>}}
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later. Preview of this feature is available in versions 6.4.2-4 and 6.4.2-5, but we recommend using the GA version 6.4.2-6. This feature is not supported in versions 6.2.18-41 and before.{{</note>}}

The Redis Enterprise Active-Active database (REAADB) custom resource contains the field `.spec.globalConfigurations`. This field sets configurations for the Active-Active database across all participating clusters, such as memory size, shard count, and the global database secrets.

Expand Down
2 changes: 1 addition & 1 deletion content/kubernetes/active-active/global-db-secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases: {
/kubernetes/active-active/global-db-secret/,
}
---
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later.{{</note>}}
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later. Preview of this feature is available in versions 6.4.2-4 and 6.4.2-5, but we recommend using the GA version 6.4.2-6. This feature is not supported in versions 6.2.18-41 and before.{{</note>}}

## Set global database secret

Expand Down
2 changes: 1 addition & 1 deletion content/kubernetes/active-active/prepare-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aliases: {
}
---

{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later.{{</note>}}
{{<note>}}This feature is supported for general availability in releases 6.4.2-6 and later. Preview of this feature is available in versions 6.4.2-4 and 6.4.2-5, but we recommend using the GA version 6.4.2-6. This feature is not supported in versions 6.2.18-41 and before.{{</note>}}

## Prepare participating clusters

Expand Down

0 comments on commit a5a41c1

Please sign in to comment.