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/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ This page shows you how to create and manage a Serverless Containers namespace.
24
24
- Enter a **name** or use the automatically generated one. The name must only contain alphanumeric characters and dashes.
25
25
- Enter an optional **description** and **tags**.
26
26
- 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).
28
27
- 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.
29
28
- 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**.
Copy file name to clipboardExpand all lines: pages/serverless-containers/how-to/use-private-networks.mdx
+7-28Lines changed: 7 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,6 @@ import Requirements from '@macros/iam/requirements.mdx'
13
13
14
14
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/).
15
15
16
-
<Messagetype="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
-
20
16
<Requirements />
21
17
22
18
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -26,24 +22,7 @@ The Private Networks feature can only be enabled on newly created namespaces. Ex
26
22
27
23
## How to create a Private Network
28
24
29
-
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/).
30
-
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.
25
+
This action must be carried out from the Private Networks section of the console. Follow the procedure detailed in our [dedicated Private Networks documentation](/vpc/how-to/create-private-network/).
47
26
48
27
## How to attach a Serverless Container to a Private Network
49
28
@@ -53,17 +32,17 @@ Before attaching a Private Network to a Serverless Container, you must create it
53
32
2. Click the relevant containers namespace.
54
33
3. Click the name of the container you want to manage.
55
34
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
56
-
5. In the **VPC** tab, select a Private Network from the dropdown menu.
35
+
5. In the **Private Networks** tab, select a Private Network from the dropdown menu.
57
36
6. Click **Save container settings**.
58
-
37
+
59
38
Your container is redeployed, and is now attached to the selected Private Network.
60
39
</TabsTab>
61
40
<TabsTablabel="New container">
62
41
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.
64
43
3. Click **+ Create container**. The container creation wizard displays.
65
44
4. Scroll to the **Advanced options** section.
66
-
5. In the **VPC** tab, select a Private Network from the dropdown menu.
45
+
5. In the **Private Networks** tab, select a Private Network from the dropdown menu.
67
46
6. Configure the other parameters of your container, then click **Create container**. Refer to the [How to create a container](/serverless-containers/how-to/build-push-container-image/) for more information.
68
47
69
48
Your new container is deployed, and is attached to the selected Private Network.
@@ -76,7 +55,7 @@ Before attaching a Private Network to a Serverless Container, you must create it
76
55
2. Click the relevant containers namespace.
77
56
3. Click the name of the container you want to manage.
78
57
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
79
-
5. In the **VPC** tab, click the <Iconname="unlink" /> icon next to the Private Network attached to your container.
58
+
5. In the **Private Networks** tab, click the <Iconname="unlink" /> icon next to the Private Network attached to your container.
80
59
6. Click **Save container settings**.
81
60
82
61
Your container is redeployed and is now detached from the Private Network.
@@ -87,7 +66,7 @@ Your container is redeployed and is now detached from the Private Network.
87
66
Before deleting a Private Network, you must [detach](/vpc/how-to/attach-resources-to-pn/#how-to-detach-a-resource-from-a-private-network) all resources attached to it.
88
67
</Message>
89
68
90
-
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).
69
+
This must be carried out from the Private Networks section of the console. Follow the procedure detailed in our [dedicated Private Networks documentation](/vpc/how-to/delete-private-network/).
Copy file name to clipboardExpand all lines: pages/serverless-containers/reference-content/containers-private-networks.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Refer to the [dedicated documentation](/organizations-and-projects/additional-co
24
24
25
25
## Limitations
26
26
27
-
- VPC works with Namespaces that have **VPC support enabled**. VPC support can only be enabled at [namespace creation](/serverless-containers/how-to/create-manage-delete-containers-namespace/#creating-a-serverless-containers-namespace), and cannot be updated afterward.
28
27
- Only one Private Network can be attached to a Serverless Container.
29
28
-**VPC routing** (custom routes and cross-PN automatic routing) is not supported yet.
30
29
-**Ingress** (inbound private traffic from resources to a container within the same Private Network) is not supported yet.
Copy file name to clipboardExpand all lines: pages/serverless-functions/how-to/create-manage-delete-functions-namespace.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ This page shows you how to create, manage, and delete a Functions namespace usin
28
28
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
29
29
- Enter an optional **description** and **tags**.
30
30
- 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).
32
31
- 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.
33
32
- 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**.
34
33
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.
[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.
13
12
14
13
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/).
15
14
16
-
<Messagetype="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
-
20
15
<Requirements />
21
16
22
17
- A Scaleway account logged into the [console](https://console.scaleway.com)
23
18
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
24
19
-[Created a Private Network](/vpc/how-to/create-private-network/)
25
20
26
-
27
21
## How to create a Private Network
28
22
29
-
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/).
30
-
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.
23
+
This action must be carried out from the Private Networks section of the console. Follow the procedure detailed in our [dedicated Private Networks documentation](/vpc/how-to/create-private-network/).
47
24
48
25
## How to attach a Serverless Function to a Private Network
49
26
@@ -53,17 +30,17 @@ Before attaching a Private Network to a Serverless Function, you must create it
53
30
2. Click the relevant functions namespace.
54
31
3. Click the name of the function you want to manage.
55
32
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
56
-
5. In the **VPC** tab, select a Private Network from the dropdown menu.
33
+
5. In the **Private Networks** tab, select a Private Network from the dropdown menu.
57
34
6. Click **Save function settings**.
58
-
35
+
59
36
Your function is redeployed, and is now attached to the selected Private Network.
60
37
</TabsTab>
61
38
<TabsTablabel="New function">
62
39
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.
64
41
3. Click **+ Create function**. The function creation wizard displays.
65
42
4. Scroll to the **Advanced options** section.
66
-
5. In the **VPC** tab, select a Private Network from the dropdown menu.
43
+
5. In the **Private Networks** tab, select a Private Network from the dropdown menu.
67
44
6. Configure the other parameters of your function, then click **Create function**. Refer to the [How to create a function](/serverless-functions/how-to/create-a-function/) for more information.
68
45
69
46
Your new function is deployed, and is attached to the selected Private Network.
@@ -76,7 +53,7 @@ Before attaching a Private Network to a Serverless Function, you must create it
76
53
2. Click the relevant functions namespace.
77
54
3. Click the name of the function you want to manage.
78
55
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
79
-
5. In the **VPC** tab, click the <Iconname="unlink" /> icon next to the Private Network attached to your function.
56
+
5. In the **Private Networks** tab, click the <Iconname="unlink" /> icon next to the Private Network attached to your function.
80
57
6. Click **Save function settings**.
81
58
82
59
Your function is redeployed and is now detached from the Private Network.
@@ -87,7 +64,7 @@ Your function is redeployed and is now detached from the Private Network.
87
64
Before deleting a Private Network, you must [detach](/vpc/how-to/attach-resources-to-pn/#how-to-detach-a-resource-from-a-private-network) all resources attached to it.
88
65
</Message>
89
66
90
-
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).
67
+
This must be carried out from the Private Networks section of the console. Follow the procedure detailed in our [dedicated Private Networks documentation](/vpc/how-to/delete-private-network/).
Copy file name to clipboardExpand all lines: pages/serverless-functions/reference-content/functions-private-networks.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Refer to the [dedicated documentation](/organizations-and-projects/additional-co
24
24
25
25
## Limitations
26
26
27
-
- VPC works with Namespaces that have **VPC support enabled**. VPC support can only be enabled at [namespace creation](/serverless-functions/how-to/create-manage-delete-functions-namespace/#creating-a-serverless-functions-namespace), and cannot be updated afterward.
28
27
- Only one Private Network can be attached to a Serverless Container.
29
28
-**VPC routing** (custom routes and cross-PN automatic routing) is not supported yet.
30
29
-**Ingress** (inbound private traffic from resources to a function within the same Private Network) is not supported yet.
Copy file name to clipboardExpand all lines: pages/vpc/troubleshooting/vpc-limitations.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ This page sets out some current limitations of Scaleway's VPC.
20
20
- Managed Databases for PostgreSQL and MySQL
21
21
- Managed Databases for Redis™ (only during the process of creating the database)
22
22
- 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.)
24
24
- 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.
0 commit comments