Skip to content

Commit fc73575

Browse files
authored
Apply suggestions from code review
1 parent 9f7571e commit fc73575

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ categories:
1313
- containers
1414
---
1515

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+
1818
The default entry `0.0.0.0/0` enables any host to establish a connection.
1919

2020
<Macro id="requirements" />
2121

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)
2323
- [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
2424
- [Created](/containers/kubernetes/how-to/create-cluster) a Kubernetes Kapsule or Kosmos cluster
2525

@@ -29,10 +29,10 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
2929

3030
## How to add an IP address
3131

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.
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) 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)**.
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>
@@ -43,7 +43,7 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
4343

4444
## How to delete an IP address
4545

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.
4747
2. Select the cluster you wish to configure. The **Cluster information** page opens.
4848
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.
4949
4. Locate the IP address in your allowed list.

0 commit comments

Comments
 (0)