From 6828b0cc3fb144fa2bee022ed9cfd6131797871b Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Tue, 19 May 2026 09:49:18 +0100 Subject: [PATCH 1/2] DOC-6630 RDI: note about one install per k8s cluster --- content/integrate/redis-data-integration/faq.md | 8 ++++++++ .../redis-data-integration/installation/install-k8s.md | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/content/integrate/redis-data-integration/faq.md b/content/integrate/redis-data-integration/faq.md index ef34ece0db..353a5ccbb0 100644 --- a/content/integrate/redis-data-integration/faq.md +++ b/content/integrate/redis-data-integration/faq.md @@ -55,6 +55,14 @@ The configuration for the GCS is available only for [Helm based installations]({ **Important:** You should only use this configuration when both sites use the same source configuration. +## Can I run multiple RDI installations in the same Kubernetes cluster? + +No. Only one RDI installation is supported per Kubernetes cluster, even if +you install into different namespaces. If you need more than one RDI +deployment, use separate Kubernetes clusters. See +[Install on Kubernetes]({{< relref "/integrate/redis-data-integration/installation/install-k8s" >}}) +for installation details. + ## Can RDI automatically track changes to the source database schema? If you don't configure RDI to capture a specific set of tables in the schema then it will diff --git a/content/integrate/redis-data-integration/installation/install-k8s.md b/content/integrate/redis-data-integration/installation/install-k8s.md index c619618cf2..cbfd156182 100644 --- a/content/integrate/redis-data-integration/installation/install-k8s.md +++ b/content/integrate/redis-data-integration/installation/install-k8s.md @@ -173,7 +173,13 @@ To pull images from a private image registry, you must provide the image pull se {{< note >}}The above command will install RDI in a namespace called `rdi`. If you want to use a different namespace, pass the option `-n ` to the `helm install` command instead. - {{< /note >}} + {{< /note >}} + + {{< warning >}}Only one RDI installation is supported per Kubernetes + cluster. Installing RDI into multiple namespaces in the same cluster is + not supported and will fail. If you need more than one RDI deployment, + use separate Kubernetes clusters. + {{< /warning >}} ### The `values.yaml` file From 2d4070379f42def5be309646092a5801a852e522 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Tue, 19 May 2026 10:27:09 +0100 Subject: [PATCH 2/2] DOC-6630 added space between note boxes --- .../redis-data-integration/installation/install-k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrate/redis-data-integration/installation/install-k8s.md b/content/integrate/redis-data-integration/installation/install-k8s.md index cbfd156182..a54ee5a3f7 100644 --- a/content/integrate/redis-data-integration/installation/install-k8s.md +++ b/content/integrate/redis-data-integration/installation/install-k8s.md @@ -174,7 +174,7 @@ To pull images from a private image registry, you must provide the image pull se `rdi`. If you want to use a different namespace, pass the option `-n ` to the `helm install` command instead. {{< /note >}} - +   {{< warning >}}Only one RDI installation is supported per Kubernetes cluster. Installing RDI into multiple namespaces in the same cluster is not supported and will fail. If you need more than one RDI deployment,