Skip to content

Commit 1319ded

Browse files
docs(srv): remove sandbox limitation for VPC MTA-6287 (#5279)
1 parent b6a4e94 commit 1319ded

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

pages/serverless-containers/reference-content/containers-limitations.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Do not have your containers listen on these ports, as they are used by our servi
7777
* 9091
7878

7979
### Reserved environment variables
80+
8081
* `PORT`: Value of the port defined in the Container settings, which the container has to listen on. You can use this environment variable inside your Container for easier deployments.
8182
* `SCW_*`: Reserved for product configuration (for example: token validation)
8283

@@ -92,11 +93,9 @@ Scaleway Serverless Containers support [Virtual Private Cloud (VPC)](/vpc/) and
9293

9394
### Limitations
9495

95-
- VPC is only compatible with containers using [sandbox](/serverless-containers/reference-content/container-sandbox/) V1 for the moment.
96-
97-
- 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-containers-namespace/#creating-a-serverless-containers-namespace), and cannot be updated afterward.
96+
- 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.
9897

99-
- Only one Private Network can be attached to a function.
98+
- Only one Private Network can be attached to a container.
10099

101100
## Default values for CPU and memory limits
102101

pages/serverless-functions/reference-content/functions-limitations.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ Scaleway Serverless Functions support [Virtual Private Cloud (VPC)](/vpc/) and c
7272

7373
### Limitations
7474

75-
- VPC is only compatible with functions using [sandbox](/serverless-functions/reference-content/functions-sandbox/) V1 for the moment.
76-
7775
- 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.
7876

7977
- Only one Private Network can be attached to a function.

0 commit comments

Comments
 (0)