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
Copy file name to clipboardExpand all lines: containers/kubernetes/how-to/manage-allowed-ips.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ categories:
13
13
- containers
14
14
---
15
15
16
-
Restricting IPs on Kubernetes Kapsule or Kosmos clusters enhances security by limiting access to only trusted sources, thereby reducing the risk of unauthorized access and potential attacks.
17
-
This control ensures that only specific IP addresses or networks can interact with your clusters, providing an additional layer of protection.
16
+
Restricting IPs on Kubernetes Kapsule or Kosmos clusters enhances security by limiting access to only trusted sources. Since only IP addresses and networks specified by you can interact with your clusters, you reduce the risk of unauthorized access and potential attacks.
17
+
18
18
The default entry `0.0.0.0/0` enables any host to establish a connection.
19
19
20
20
<Macroid="requirements" />
21
21
22
-
- Scaleway account logged into the [Scaleway console](https://console.scaleway.com)
22
+
-A Scaleway account logged into the [Scaleway console](https://console.scaleway.com)
23
23
-[Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing actions in the intended Organization
24
24
-[Created](/containers/kubernetes/how-to/create-cluster) a Kubernetes Kapsule or Kosmos cluster
25
25
@@ -29,10 +29,10 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
29
29
30
30
## How to add an IP address
31
31
32
-
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com). The **Kubernetes Kapsule dashboard** appears.
32
+
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com). The **Kubernetes dashboard** appears.
33
33
2. Select the cluster you wish to configure. The **Cluster information** page opens.
34
34
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) and click **Add IPs**.
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), then click **Add IP(s)**.
36
36
<Messagetype="note">
37
37
To restore default settings and allow connections from all IPs, add `0.0.0.0/0` to the list.
38
38
</Message>
@@ -43,7 +43,7 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
43
43
44
44
## How to delete an IP address
45
45
46
-
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com). The **Kubernetes Kapsule dashboard** appears.
46
+
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com). The **Kubernetes dashboard** appears.
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.
0 commit comments