Skip to content

Commit a38d6f8

Browse files
thomas-tacquetRoRoJSamyOubouaziz
authored
feat(serverless): add PN info (#3739)
* feat(serverless): add PN info * Apply suggestions from code review Co-authored-by: Rowena Jones <[email protected]> --------- Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: SamyOubouaziz <[email protected]>
1 parent ac5388f commit a38d6f8

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

faq/serverless-containers.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,10 @@ Containers use http1 by default, yet the gRPC protocol requires http2. You can u
119119

120120
A Serverless Container is set to `ready` once the specified port is correctly bound to the container, and will start receiving traffic. If your application needs to perform some tasks before receiving traffic (e.g. connect to a database), it's important to run them before binding to the port (starting the webserver).
121121
For now, the `HEALTHCHECK` Docker directive has no impact on container readiness. In the future, the healthcheck will be customizable for your applications.
122+
123+
## How can I configure access to a Private Network?
124+
125+
Scaleway Serverless Containers does not currently support Scaleway VPC or Private Networks, though this feature is under development.
126+
127+
To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses.
128+

faq/serverless-functions.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,9 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve
167167

168168
There are no constraints when changing a function runtime, you simply need to choose the runtime version you want.
169169
Upgrading a runtime is highly recommended in case of deprecation, and for runtimes that have reached end-of-support or end-of-life. See the [functions runtimes lifecycle documentation](/serverless/functions/reference-content/functions-lifecycle/) for more information.
170+
171+
## How do I configure access to a Private Network?
172+
173+
Scaleway Serverless Functions does not currently support Scaleway VPC or Private Networks, though this feature is under development.
174+
175+
To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Note that Serverless resources do not have dedicated or predictable IP addresses.

faq/serverless-jobs.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,10 @@ Scaleway Serverless Jobs is part of the Scaleway ecosystem, it can therefore be
9393
## Do Serverless Jobs offer parallelization?
9494

9595
Not yet. Scaleway Serverless Jobs will soon offer parallelization via a `parallelism` parameter for each job. This will automatically launch a given number of replicas of the Job container in parallel.
96+
97+
## How can I configure access to a Private Network?
98+
99+
Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Networks, though this feature is under development.
100+
101+
To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses.
102+

0 commit comments

Comments
 (0)