Skip to content

Commit 7fe607c

Browse files
SamyOubouazizthomas-tacquet
authored andcommitted
docs(srv): add info on pn compatibility MTA-5526 (scaleway#4361)
* docs(srv): add info on pn compatibility MTA-5526 * docs(srv): update * docs(srv): update * docs(srv): update * docs(srv): update * Update pages/serverless-jobs/reference-content/jobs-limitations.mdx Co-authored-by: Thomas TACQUET <[email protected]> --------- Co-authored-by: Thomas TACQUET <[email protected]>
1 parent 4968656 commit 7fe607c

File tree

9 files changed

+27
-3
lines changed

9 files changed

+27
-3
lines changed

faq/serverless-containers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Protocol switching is available in the Console under the `Advanced options` sect
187187

188188
Containers use **http1** by default, yet the gRPC protocol requires `http2`. You can upgrade the protocol to `http2` (`h2c`).
189189

190-
### How can I configure access to a Private Network?
190+
### How can I configure access to a Private Network or Virtual Private Cloud (VPC)?
191191

192192
Scaleway Serverless Containers does not currently support Scaleway VPC or Private Networks, though this feature is under development.
193193

faq/serverless-functions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Upgrading a runtime is highly recommended in case of deprecation, and for runtim
214214

215215
## Network and storage
216216

217-
### How do I configure access to a Private Network?
217+
### How can I configure access to a Private Network or Virtual Private Cloud (VPC)?
218218

219219
Scaleway Serverless Functions does not currently support Scaleway VPC or Private Networks, though this feature is under development.
220220

faq/serverless-jobs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Yes, you can use sensitive data such as API secret keys, passwords, TLS/SSL cert
147147

148148
## Network and storage
149149

150-
### How can I configure access to a Private Network?
150+
### How can I configure access to a Private Network or Virtual Private Cloud (VPC)?
151151

152152
Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Networks, though this feature is under development.
153153

pages/serverless-containers/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ Only one HTTP port can be exposed per Serverless Container.
152152

153153
A container's privacy policy defines whether a container may be invoked anonymously (**public**) or only via an authentication mechanism provided by the [Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#authentication) (**private**).
154154

155+
## Private Networks compatibility
156+
157+
Refer to the [dedicated FAQ](/faq/serverless-containers/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Containers compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).
158+
155159
## Queue trigger
156160

157161
A queue trigger is a mechanism that connects a container to a queue created with [Scaleway Queues](/messaging/concepts/#queues), and invokes the container automatically whenever a message is added to the queue.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Do not have your containers listen on these ports, as they are used by our servi
7373
* `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.
7474
* `SCW_*`: Reserved for product configuration (for example: token validation)
7575

76+
## Private Network and Virtual Private Cloud (VPC) compatibility
77+
78+
Refer to the [dedicated FAQ](/faq/serverless-containers/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Containers compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).
79+
7680
## Default values for CPU and memory limits
7781

7882
When container CPU and/or memory are not provided by the client, these default values are automatically used:

pages/serverless-functions/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ The function can then process the message and perform any required actions, such
112112

113113
A function's privacy policy defines whether a function may be executed anonymously (**public**) or only via an authentication mechanism provided by the [Scaleway API](https://www.scaleway.com/en/developers/api/serverless-functions/#authentication) (**private**).
114114

115+
## Private Networks compatibility
116+
117+
Refer to the [dedicated FAQ](/faq/serverless-functions/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Functions compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).
118+
115119
## Queue trigger
116120

117121
A queue trigger is a mechanism that connects a function to a queue created with [Scaleway Queues](/messaging/concepts/#queues), and invokes the function automatically whenever a message is added to the queue.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Due to potential abuse (spam), no outbound traffic is allowed through following
6161
### Reserved environment variables:
6262
* `SCW_*`: Reserved for product configuration (for example: token validation).
6363

64+
## Private Network and Virtual Private Cloud (VPC) compatibility
65+
66+
Refer to the [dedicated FAQ](/faq/serverless-functions/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Functions compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).
67+
6468
## Versioning and rollback
6569

6670
Scaleway Functions do not currently support versioning or automatic rollback mechanisms.

pages/serverless-jobs/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ The maximum duration option allows you to define the maximum execution time befo
5656

5757
Performance metrics for your Serverless resources are natively available: see [monitoring Serverless Jobs](/serverless-jobs/how-to/monitor-job/).
5858

59+
## Private Networks compatibility
60+
61+
Refer to the [dedicated FAQ](/faq/serverless-jobs/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Jobs compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).
62+
5963
## Schedule (cron)
6064

6165
A schedule (cron) is a mechanism used to automatically start a Serverless Job at a specific time on a recurring schedule. It works similarly to a traditional Linux cron job, using the `* * * * *` format. Refer to our [cron schedules reference](/serverless-jobs/reference-content/cron-schedules/) for more information.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ In order to ensure the proper functioning of the product, we restrict the use of
5454
* Blocked ports:
5555
* **25**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
5656
* **465**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
57+
58+
## Private Network and Virtual Private Cloud (VPC) compatibility
59+
60+
Refer to the [dedicated FAQ](/faq/serverless-jobs/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Jobs compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).

0 commit comments

Comments
 (0)