Skip to content

Commit 014a8a4

Browse files
committed
chore(gen): update
1 parent b505f03 commit 014a8a4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ This page shows you how to create and manage a Serverless Containers namespace.
2626
1. Click **Containers** in the **Serverless** section of the side menu. The list of your containers namespaces displays.
2727
2. Click **Create namespace**. If you have no existing Serverless Containers resources in your current Project, click **Deploy container**.
2828
3. Complete the following steps in the wizard:
29-
- Enter a **name**, and optionally a **description** for your namespace. The name must only contain alphanumeric characters and dashes.
29+
- Enter a **name** or use the automatically generated one. The name must only contain alphanumeric characters and dashes.
30+
- Enter an optional **description** and **tags**.
3031
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
3132
- 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.
3233
- 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**.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Step-by-step process for creating, managing, and deleting a Serverless Functions namespace in Scaleway.
88
tags: functions namespace create manage delete environment variable secret
99
dates:
10-
validation: 2024-11-14
10+
validation: 2025-06-09
1111
posted: 2021-05-26
1212
categories:
1313
- serverless
@@ -30,7 +30,7 @@ This page shows you how to create, manage, and delete a Functions namespace usin
3030

3131
3. Complete the following steps in the wizard:
3232
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
33-
- Enter an optional **description**.
33+
- Enter an optional **description** and **tags**.
3434
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
3535
- 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.
3636
- 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**.

pages/serverless-functions/reference-content/dns-query-rate-limit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Information on how the DNS query rate limiting works with Scaleway Serverless Functions.
88
tags: serverless functions dns query rate limiting limit response
99
dates:
10-
validation: 2024-11-12
10+
validation: 2025-06-09
1111
posted: 2024-11-12
1212
categories:
1313
- serverless

pages/serverless-functions/troubleshooting/function-in-error-state.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ content:
77
paragraph: Troubleshoot issues with Scaleway Serverless Functions being in an error state.
88
tags: serverless functions troubleshooting issue error state failed fail
99
dates:
10-
validation: 2024-11-06
10+
validation: 2025-06-09
1111
posted: 2024-11-06
1212
categories:
1313
- serverless
1414
---
1515

1616
## Problem
1717

18-
My Serverless Function is in an error state following its execution.
18+
My Serverless Function is in an **error** state following its execution.
1919

2020
## Cause
2121

22-
This error is returned when the function cannot start due to insufficient provisioned resources.
22+
Functions enter the **error** status when they cannot start due to insufficient provisioned resources.
2323

2424
## Possible solution
2525

0 commit comments

Comments
 (0)