You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
Copy file name to clipboardExpand all lines: containers/kubernetes/how-to/manage-allowed-ips.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
24
24
-[Created](/containers/kubernetes/how-to/create-cluster) a Kubernetes Kapsule or Kosmos cluster
25
25
26
26
<Messagetype="note">
27
-
Allowed IP configuration is available for public networks only.
27
+
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.
28
28
</Message>
29
29
30
30
## 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.
47
47
2. Select the cluster you wish to configure. The **Cluster information** page opens.
48
48
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.
49
49
4. Locate the IP address in your allowed list.
50
-
5. Click <Iconname="delete" /> next to the IP you want to delete. Confirm by typing **DELETE** in the pop-up, then click **Delete allowed IP** to confirm deletion.
50
+
5. Click <Iconname="delete" /> next to the IP you want to delete. Confirm by typing **DELETE** in the pop-up, then click **Delete allowed IP** to confirm deletion.
0 commit comments