Skip to content

Commit 9f7571e

Browse files
committed
docs(k8s): acl docs
1 parent 06ac9cb commit 9f7571e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/kubernetes/how-to/manage-allowed-ips.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
3232
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com). The **Kubernetes Kapsule dashboard** appears.
3333
2. Select the cluster you wish to configure. The **Cluster information** page opens.
3434
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.
35-
4. Click **Add allowed IP**. Enter the IP address or IP block in [CIDR notation](/network/ipam/concepts/#cidr-notation) (e.g., `198.51.100.135/32` for a single IP, `198.51.100.0/24` for an IP block).
35+
4. Click **Add allowed IP**. Enter the IP address or IP block in [CIDR notation](/network/ipam/concepts/#cidr-notation) (e.g., `198.51.100.135/32` for a single IP, `198.51.100.0/24` for an IP block) and click **Add IPs**.
3636
<Message type="note">
3737
To restore default settings and allow connections from all IPs, add `0.0.0.0/0` to the list.
3838
</Message>

0 commit comments

Comments
 (0)