Skip to content

Commit 05f507b

Browse files
doc(serverless): vpc namespace change
1 parent b3eabc3 commit 05f507b

File tree

5 files changed

+6
-52
lines changed

5 files changed

+6
-52
lines changed

pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ This page shows you how to create and manage a Serverless Containers namespace.
2424
- Enter a **name** or use the automatically generated one. The name must only contain alphanumeric characters and dashes.
2525
- Enter an optional **description** and **tags**.
2626
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
27-
- Tick the **Enable VPC support** if you want to create containers within this namespace that you can attach to a [Private Network](/serverless-functions/concepts/#private-networks).
2827
- Enter any **environment variables** required for your namespace. Environment variables configured in a namespace will be available in all containers/apps within the same namespace. For each environment variable, click **+ Add new variable** and enter the key / value pair.
2928
- Set secret environment variables (optional). **Secrets** are environment variables that are injected into your container and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.
3029
- Verify the **estimated cost**.

pages/serverless-containers/how-to/use-private-networks.mdx

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ import Requirements from '@macros/iam/requirements.mdx'
1313

1414
For full information about Scaleway Private Networks and VPC, see our [dedicated documentation](/vpc/) and [best practices guide](/vpc/reference-content/getting-most-private-networks/).
1515

16-
<Message type="important">
17-
The Private Networks feature can only be enabled on newly created namespaces. Existing namespaces that do not have the feature enabled cannot be integrated in a Private Network.
18-
</Message>
19-
2016
<Requirements />
2117

2218
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -28,23 +24,6 @@ The Private Networks feature can only be enabled on newly created namespaces. Ex
2824

2925
This action must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/create-private-network/).
3026

31-
## How to create a Private Networks-enabled namespace
32-
33-
Before attaching a Private Network to a Serverless Container, you must create it within a namespace with the Private Networks feature enabled.
34-
35-
1. Click **Containers** in the **Serverless** section of the side menu. The containers page displays.
36-
37-
2. Click **+ Create namespace**. If you have no existing Serverless Containers resources in your current Project, click **Create a container**. The containers namespace creation wizard displays.
38-
39-
3. Complete the following steps in the wizard:
40-
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
41-
- Enter an optional **description** and **tags**.
42-
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
43-
- Tick the **Enable VPC support** box. This parameter cannot be edited once the namespace is created.
44-
- Click **+ Add advanced options** to define any **environment variables** you want to inject into your container. For each environment variable, click **+ Add variable** and enter the key/value pair.
45-
- Set optional secret environment variables. **Secrets** are environment variables which are injected into your container and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.
46-
4. Click **Create namespace only** to finish, or click **Create namespace and add a container** if you want to [create a container](/serverless-containers/how-to/build-push-container-image/) next.
47-
4827
## How to attach a Serverless Container to a Private Network
4928

5029
<Tabs id="private-network-containers">
@@ -55,12 +34,12 @@ Before attaching a Private Network to a Serverless Container, you must create it
5534
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
5635
5. In the **VPC** tab, select a Private Network from the dropdown menu.
5736
6. Click **Save container settings**.
58-
37+
5938
Your container is redeployed, and is now attached to the selected Private Network.
6039
</TabsTab>
6140
<TabsTab label="New container">
6241
1. Click **Containers** in the **Serverless** section of the side menu. The containers page displays.
63-
2. Click the **Private Networks-enabled** containers namespace in which you want to create your container.
42+
2. Click the **containers namespace** in which you want to create your container.
6443
3. Click **+ Create container**. The container creation wizard displays.
6544
4. Scroll to the **Advanced options** section.
6645
5. In the **VPC** tab, select a Private Network from the dropdown menu.

pages/serverless-functions/how-to/create-manage-delete-functions-namespace.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This page shows you how to create, manage, and delete a Functions namespace usin
2828
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
2929
- Enter an optional **description** and **tags**.
3030
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
31-
- Tick the **Enable VPC support** if you want to create functions within this namespace that you can attach to a [Private Network](/serverless-functions/concepts/#private-networks).
3231
- Click **+ Add advanced options** to define any **environment variables** you want to inject into your function. For each environment variable, click **+ Add variable** and enter the key/value pair.
3332
- Set optional secret environment variables. **Secrets** are environment variables which are injected into your function and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.
3433
4. Click **Create namespace only** to finish, or click **Create namespace and add a function** if you want to [create a function](/serverless-functions/how-to/create-a-function/) next.

pages/serverless-functions/how-to/use-private-networks.mdx

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,20 @@ dates:
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

11-
1211
[Private Networks](/serverless-functions/concepts/#private-networks) allow your Serverless Functions to communicate in an isolated and secure network without needing to be connected to the public internet. Each function can be connected to one or several Private Networks, letting you build your own network topologies.
1312

1413
For full information about Scaleway Private Networks and VPC, see our [dedicated documentation](/vpc/) and [best practice guide](/vpc/reference-content/getting-most-private-networks/).
1514

16-
<Message type="important">
17-
The Private Networks feature can only be enabled on newly created namespaces. Existing namespaces that do not have the feature enabled cannot be integrated in a Private Network.
18-
</Message>
19-
2015
<Requirements />
2116

2217
- A Scaleway account logged into the [console](https://console.scaleway.com)
2318
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2419
- [Created a Private Network](/vpc/how-to/create-private-network/)
2520

26-
2721
## How to create a Private Network
2822

2923
This action must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/create-private-network/).
3024

31-
## How to create a Private Networks-enabled namespace
32-
33-
Before attaching a Private Network to a Serverless Function, you must create it within a namespace with the Private Networks feature enabled.
34-
35-
1. Click **Functions** in the **Serverless** section of the side menu. The functions page displays.
36-
37-
2. Click **+ Create namespace**. If you have no existing Serverless Functions resources in your current Project, click **Create a function**. The functions namespace creation wizard displays.
38-
39-
3. Complete the following steps in the wizard:
40-
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
41-
- Enter an optional **description** and **tags**.
42-
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
43-
- Tick the **Enable VPC support** box. This parameter cannot be edited once the namespace is created.
44-
- Click **+ Add advanced options** to define any **environment variables** you want to inject into your function. For each environment variable, click **+ Add variable** and enter the key/value pair.
45-
- Set optional secret environment variables. **Secrets** are environment variables which are injected into your function and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.
46-
4. Click **Create namespace only** to finish, or click **Create namespace and add a function** if you want to [create a function](/serverless-functions/how-to/create-a-function/) next.
47-
4825
## How to attach a Serverless Function to a Private Network
4926

5027
<Tabs id="private-network-functions">
@@ -55,12 +32,12 @@ Before attaching a Private Network to a Serverless Function, you must create it
5532
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
5633
5. In the **VPC** tab, select a Private Network from the dropdown menu.
5734
6. Click **Save function settings**.
58-
35+
5936
Your function is redeployed, and is now attached to the selected Private Network.
6037
</TabsTab>
6138
<TabsTab label="New function">
6239
1. Click **Functions** in the **Serverless** section of the side menu. The functions page displays.
63-
2. Click the **Private Networks-enabled** functions namespace in which you want to create your function.
40+
2. Click the **functions namespace** in which you want to create your function.
6441
3. Click **+ Create function**. The function creation wizard displays.
6542
4. Scroll to the **Advanced options** section.
6643
5. In the **VPC** tab, select a Private Network from the dropdown menu.

pages/vpc/troubleshooting/vpc-limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This page sets out some current limitations of Scaleway's VPC.
2020
- Managed Databases for PostgreSQL and MySQL
2121
- Managed Databases for Redis™ (only during the process of creating the database)
2222
- Kubernetes Kapsule (only during the process of creating the Kapsule cluster)
23-
- Serverless Functions and Containers (egress traffic only, with VPC-supporting namespaces. Not compatible with VPC routing.)
23+
- Serverless Functions and Containers (egress traffic only. Not compatible with VPC routing.)
2424
- Private Networks are not supported on some legacy Instance offers which have reached EOL, e.g. `VC1`, `START1` and `X64-*GB`. Note that all Instance offers in the [current product catalogue](https://www.scaleway.com/en/pricing/?tags=compute) are supported.
25-
- Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with [VPC routing](/vpc/concepts/#routing). Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
25+
- Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with [VPC routing](/vpc/concepts/#routing). Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
2626

2727

0 commit comments

Comments
 (0)