Skip to content

Commit b99be64

Browse files
committed
Merge upstream PR redis#3343 (DOC-6630) into feature/docker-support
RDI: note about one install per k8s cluster. Upstream merge commit: e2632e0 Commits: 6828b0c, 2d40703
2 parents d1f8e89 + e2632e0 commit b99be64

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

content/integrate/redis-data-integration/faq.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ The configuration for the GCS is available only for [Helm based installations]({
5555

5656
**Important:** You should only use this configuration when both sites use the same source configuration.
5757

58+
## Can I run multiple RDI installations in the same Kubernetes cluster?
59+
60+
No. Only one RDI installation is supported per Kubernetes cluster, even if
61+
you install into different namespaces. If you need more than one RDI
62+
deployment, use separate Kubernetes clusters. See
63+
[Install on Kubernetes]({{< relref "/integrate/redis-data-integration/installation/install-k8s" >}})
64+
for installation details.
65+
5866
## Can RDI automatically track changes to the source database schema?
5967

6068
If you don't configure RDI to capture a specific set of tables in the schema then it will

content/integrate/redis-data-integration/installation/install-k8s.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,13 @@ To pull images from a private image registry, you must provide the image pull se
173173
{{< note >}}The above command will install RDI in a namespace called
174174
`rdi`. If you want to use a different namespace, pass the option
175175
`-n <custom-namespace>` to the `helm install` command instead.
176-
{{< /note >}}
176+
{{< /note >}}
177+
&nbsp;
178+
{{< warning >}}Only one RDI installation is supported per Kubernetes
179+
cluster. Installing RDI into multiple namespaces in the same cluster is
180+
not supported and will fail. If you need more than one RDI deployment,
181+
use separate Kubernetes clusters.
182+
{{< /warning >}}
177183
178184
### The `values.yaml` file
179185

0 commit comments

Comments
 (0)