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: pages/kubernetes/reference-content/security-group-management.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,16 @@ When creating a pool using the CLI or API, you can specify a security group ID t
27
27
28
28
Run the following syntax to create a new pool using the CLI:
29
29
```
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
31
31
```
32
32
<Messagetype="note">
33
33
Replace `11111111-1111-1111-1111-111111111111` with the UUID of your cluster and security group.
34
34
</Message>
35
35
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).
37
37
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.
40
40
41
41
### Verify security group configuration
42
42
@@ -55,5 +55,5 @@ To update the rules of an existing security group, navigate to the Instances sec
55
55
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.
56
56
57
57
<Messagetype="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.
0 commit comments