Skip to content

Commit 518725f

Browse files
k8s oss cluster api limitation (#1951)
1 parent ee16ae3 commit 518725f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/embeds/oss-cluster-api-intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ and then they connect directly to the Redis proxy on each node that hosts a mast
88
You must use a client that supports the cluster API to connect to a database
99
that has the cluster API enabled.
1010
{{< /note >}}
11+
12+
{{< warning >}}
13+
Kubernetes limitation: OSS Cluster API can only be used by clients running within the same Kubernetes cluster as the Redis Enterprise pods. External clients cannot use OSS Cluster API due to pod IP address accessibility limitations.
14+
{{< /warning >}}

content/operate/rs/databases/configure/oss-cluster-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ In addition, the database must _not_:
2828

2929
The OSS Cluster API setting applies to individual databases instead of the entire cluster.
3030

31+
{{< warning >}}
32+
Kubernetes limitation: OSS Cluster API can only be used by clients running within the same Kubernetes cluster as the Redis Enterprise pods. External clients cannot use OSS Cluster API due to pod IP address accessibility limitations.
33+
{{< /warning >}}
34+
3135
## Enable OSS Cluster API support
3236

3337
You can use the Cluster Manager UI, the `rladmin` utility, or the REST API to enable OSS Cluster API support for a database.

0 commit comments

Comments
 (0)