From 19d5bf9ba1a80673334948580134bf53a12e6e1e Mon Sep 17 00:00:00 2001 From: Louis Portay <20128391+louisportay@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:26:33 +0200 Subject: [PATCH 1/3] chore: add procedure to enable vpc_v3 in older kapsule clusters --- pages/kubernetes/how-to/manage-allowed-ips.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/kubernetes/how-to/manage-allowed-ips.mdx b/pages/kubernetes/how-to/manage-allowed-ips.mdx index 39be028549..84ecea4eb8 100644 --- a/pages/kubernetes/how-to/manage-allowed-ips.mdx +++ b/pages/kubernetes/how-to/manage-allowed-ips.mdx @@ -22,6 +22,9 @@ The default entry `0.0.0.0/0` enables any host to establish a connection. - A Scaleway account logged into the [Scaleway console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing actions in the intended Organization - [Created](/kubernetes/how-to/create-cluster) a Kubernetes Kapsule or Kosmos cluster + + Every cluster created after March 8th have this feature enabled by default, you can check if your cluster have it by looking in the console: You should see a `Network` tab in your cluster view. If this is not the case, you can open a support ticket to have it enabled manually. + Allowed IP configuration is available for [fully isolated Kapsule clusters](/kubernetes/reference-content/secure-cluster-with-private-network/#what-is-the-difference-between-controlled-isolation-and-full-isolation), and Kosmos clusters. From 70a78ea8b7904d15f19d795e41a73d4577f1e1b3 Mon Sep 17 00:00:00 2001 From: Louis Portay <20128391+louisportay@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:24:55 +0200 Subject: [PATCH 2/3] apply suggestions Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- pages/kubernetes/how-to/manage-allowed-ips.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/kubernetes/how-to/manage-allowed-ips.mdx b/pages/kubernetes/how-to/manage-allowed-ips.mdx index 84ecea4eb8..156db77490 100644 --- a/pages/kubernetes/how-to/manage-allowed-ips.mdx +++ b/pages/kubernetes/how-to/manage-allowed-ips.mdx @@ -23,7 +23,7 @@ The default entry `0.0.0.0/0` enables any host to establish a connection. - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing actions in the intended Organization - [Created](/kubernetes/how-to/create-cluster) a Kubernetes Kapsule or Kosmos cluster - Every cluster created after March 8th have this feature enabled by default, you can check if your cluster have it by looking in the console: You should see a `Network` tab in your cluster view. If this is not the case, you can open a support ticket to have it enabled manually. + Every cluster created after March 8th 2025 has this feature enabled by default. If you do not see the **Network** tab in your cluster's dashboard in the Scaleway console, then the feature is not enabled on your cluster. You can open a support ticket to have it enabled manually. From 14be53b8cf72e4fcc71f99e3dc3cee0c610e8afa Mon Sep 17 00:00:00 2001 From: Louis Portay <20128391+louisportay@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:42:16 +0200 Subject: [PATCH 3/3] apply suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- pages/kubernetes/how-to/manage-allowed-ips.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/kubernetes/how-to/manage-allowed-ips.mdx b/pages/kubernetes/how-to/manage-allowed-ips.mdx index 156db77490..eb4bb886f6 100644 --- a/pages/kubernetes/how-to/manage-allowed-ips.mdx +++ b/pages/kubernetes/how-to/manage-allowed-ips.mdx @@ -23,7 +23,7 @@ The default entry `0.0.0.0/0` enables any host to establish a connection. - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing actions in the intended Organization - [Created](/kubernetes/how-to/create-cluster) a Kubernetes Kapsule or Kosmos cluster - Every cluster created after March 8th 2025 has this feature enabled by default. If you do not see the **Network** tab in your cluster's dashboard in the Scaleway console, then the feature is not enabled on your cluster. You can open a support ticket to have it enabled manually. + Every cluster created after March 8th 2025 has this feature enabled by default. If you do not see the **Network** tab in your cluster's dashboard in the Scaleway console, then the feature is not enabled on your cluster. You can [open a support ticket](https://console.scaleway.com/support/tickets/create) to have it enabled manually.