Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/operate/kubernetes/deployment/deployment-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ You can deploy Redis Enterprise for Kubernetes in several different ways dependi

Multiple Redis Enterprise database resources (REDB) can be associated with single Redis Enterprise cluster resource (REC) even if they reside in different namespaces.

{{<note>}} The Redis Enterprise cluster (REC) custom resource must reside in the same namespace as the Redis Enterprise operator.
{{</note>}}
The Redis Enterprise cluster (REC) custom resource must reside in the same namespace as the Redis Enterprise operator.

{{<warning>}} Multi-namespace installations don't support Active-Active databases (REEADB). Only databases created with the REDB resource are supported in multi-namespace deployments at this time.{{</warning>}}

## Single REC and single namespace (one-to-one)

Expand Down
2 changes: 2 additions & 0 deletions content/operate/kubernetes/re-clusters/multi-namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Multiple Redis Enterprise database resources (REDBs) can be associated with a si

To learn more about designing a multi-namespace Redis Enterprise cluster, see [flexible deployment options]({{< relref "/operate/kubernetes/deployment/deployment-options.md" >}}).

{{<warning>}} Multi-namespace installations don't support Active-Active databases (REEADB). Only databases created with the REDB resource are supported in multi-namespace deployments at this time.{{</warning>}}

## Prerequisites

Before configuring a multi-namespace deployment, you must have a running [Redis Enterprise cluster (REC)]({{< relref "/operate/kubernetes/deployment/quick-start.md" >}}). See more information in the [deployment]({{< relref "/operate/kubernetes/deployment/" >}}) section.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ On clusters with more than 9 REC nodes, a Kubernetes upgrade can render the Redi

## Security

For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-58 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-58/#security">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-58 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/">}}).
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ See [Redis Enterprise for Kubernetes release notes 6.2.18-41 (Dec 2022)]({{< rel

## Security

For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-72 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-72/#security">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-72 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/">}}).
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ On clusters with more than 9 REC nodes, a Kubernetes upgrade can render the Redi

## Security

For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-65 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-65/#security">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-65 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/">}}).
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can renew these certificates by replacing them with new self-signed certific

## Renew self-signed certificates

As of [v6.2.18-70]({{< relref "/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-70" >}}), Redis Enterprise Software includes a script to generate self-signed certificates.
As of [v6.2.18-70]({{< relref "/operate/rs/release-notes/rs-6-2-18-releases/" >}}), Redis Enterprise Software includes a script to generate self-signed certificates.

By default, the `generate_self_signed_certs.sh` script is located in `/opt/redislabs/utils/`.

Expand Down
Loading