From 8993353988185b59f3c5ff450938da7b8a2e670f Mon Sep 17 00:00:00 2001 From: xxl007 Date: Tue, 7 Jan 2025 11:10:37 +0100 Subject: [PATCH] Update manage-allowed-ips.mdx Suggested a modification to the note: "Allowed IP configuration is available for public networks only." -> "Allowed IP configuration is available for fully isolated Kapsule clusters and Kosmos clusters." --- containers/kubernetes/how-to/manage-allowed-ips.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/kubernetes/how-to/manage-allowed-ips.mdx b/containers/kubernetes/how-to/manage-allowed-ips.mdx index e9b10a1f84..a024d5f49e 100644 --- a/containers/kubernetes/how-to/manage-allowed-ips.mdx +++ b/containers/kubernetes/how-to/manage-allowed-ips.mdx @@ -24,7 +24,7 @@ The default entry `0.0.0.0/0` enables any host to establish a connection. - [Created](/containers/kubernetes/how-to/create-cluster) a Kubernetes Kapsule or Kosmos cluster - Allowed IP configuration is available for public networks only. + Allowed IP configuration is available for [fully isolated](/containers/kubernetes/reference-content/secure-cluster-with-private-network/#what-is-the-difference-between-controlled-isolation-and-full-isolation) Kapsule clusters and Kosmos clusters. ## How to add an IP address @@ -47,4 +47,4 @@ The default entry `0.0.0.0/0` enables any host to establish a connection. 2. Select the cluster you wish to configure. The **Cluster information** page opens. 3. Click the **Network** tab to display your cluster's network information. Your access control list appears in the **Allowed IPs for control plane** section. 4. Locate the IP address in your allowed list. -5. Click next to the IP you want to delete. Confirm by typing **DELETE** in the pop-up, then click **Delete allowed IP** to confirm deletion. \ No newline at end of file +5. Click next to the IP you want to delete. Confirm by typing **DELETE** in the pop-up, then click **Delete allowed IP** to confirm deletion.