Skip to content

Commit 28035ad

Browse files
committed
feat(k8s): update content
1 parent 700b8aa commit 28035ad

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
meta:
33
title: Scaleway Kubernetes Kapsule and Kosmos security group management
4-
description: This page explains how to manage Scaleway Kubernetes Kapsule and Kosmos manage security groups
4+
description: This page explains how Scaleway Kubernetes Kapsule and Kosmos manage security groups
55
content:
66
h1: Scaleway Kubernetes Kapsule and Kosmos security group management
7-
paragraph: This page explains how to manage Scaleway Kubernetes Kapsule and Kosmos manage security groups
7+
paragraph: This page explains how Scaleway Kubernetes Kapsule and Kosmos manage security groups
88
tags: kubernetes kapsule kosmos security group
99
dates:
1010
validation: 2025-06-26
@@ -38,6 +38,10 @@ For more information on how to create a pool using the API, refer to the [Kubern
3838
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**.
3939
This default security group is shared across all Kapsule pools within the same Availability Zone in the same Project.
4040

41+
<Message type="note">
42+
Support for Terraform / OpenTofu will be added soon.
43+
</Message>
44+
4145
### Verify security group configuration
4246

4347
After creating the pool, verify that the correct security group is applied by checking the pool details in the Scaleway console, or using the CLI:
@@ -46,7 +50,7 @@ After creating the pool, verify that the correct security group is applied by ch
4650
scw k8s pool get <pool-id>
4751
```
4852

49-
Ensure that the security group rules align with your application's networking needs and cluster communication requirements.
53+
Ensure that the security group rules align with your application's networking needs and [cluster communication requirements](https://www.scaleway.com/en/developers/api/kubernetes/#technical-limitations).
5054

5155

5256
## Modify security group rules (optional)

0 commit comments

Comments
 (0)