Skip to content

Commit 700b8aa

Browse files
bene2k1louisportaynerda-codes
authored
Apply suggestions from code review
Co-authored-by: Louis Portay <[email protected]> Co-authored-by: Néda <[email protected]>
1 parent ef8e435 commit 700b8aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/kubernetes/reference-content/security-group-management.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ When creating a pool using the CLI or API, you can specify a security group ID t
2727

2828
Run the following syntax to create a new pool using the CLI:
2929
```
30-
scw k8s pool create cluster-id=11111111-1111-1111-1111-111111111111 name=bar node-type=DEV1-XL size=2 security-group-id11111111-1111-1111-1111-111111111111
30+
scw k8s pool create cluster-id=11111111-1111-1111-1111-111111111111 name=bar node-type=DEV1-XL size=2 security-group-id=11111111-1111-1111-1111-111111111111
3131
```
3232
<Message type="note">
3333
Replace `11111111-1111-1111-1111-111111111111` with the UUID of your cluster and security group.
3434
</Message>
3535

36-
For more information how to create a pool using the API, refer to the [Kubernetes API documentation](https://www.scaleway.com/en/developers/api/kubernetes/#path-pools-create-a-new-pool-in-a-cluster).
36+
For more information on how to create a pool using the API, refer to the [Kubernetes API documentation](https://www.scaleway.com/en/developers/api/kubernetes/#path-pools-create-a-new-pool-in-a-cluster).
3737

38-
If no security group ID is provided during pool creation, Scaleway assigns a default preconfigured security group named **Kapsule default security group**.
39-
This default security group is shared across all Kapsule pools within the same availability zone.
38+
If no security group ID is provided during pool creation, Scaleway assigns a default preconfigured security group named **Kapsule default security group** or **Kosmos default security group**.
39+
This default security group is shared across all Kapsule pools within the same Availability Zone in the same Project.
4040

4141
### Verify security group configuration
4242

@@ -55,5 +55,5 @@ To update the rules of an existing security group, navigate to the Instances sec
5555
Select the security group (either the custom one or the Kapsule default security group), and [modify the inbound/outbound rules](/instances/how-to/use-security-groups/#how-to-edit-a-security-group) as needed.
5656

5757
<Message type="important">
58-
Changes to the Kapsule default security group will affect all pools in the same zone that use this default group.
58+
Changes to the Kapsule default security group will affect all pools in the same zone that uses this default group.
5959
</Message>

0 commit comments

Comments
 (0)