Skip to content

Commit 21913b5

Browse files
fix(srv): harmonize H2/H3 in serverless troubleshootings MTA-5945 (#4857)
* fix(srv): harmonize H2/H3 in serverless troubleshootings MTA-5945 * fix(srv): harmonize H2/H3 in serverless troubleshootings
1 parent 7e68242 commit 21913b5

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

pages/serverless-containers/troubleshooting/502-error-when-scaling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ categories:
1717

1818
502 errors can sometimes occur on Serverless Containers during the autoscaling process when new container instances are being created.
1919

20-
### Cause
20+
## Cause
2121

2222
When a new instance is created, the Serverless health check verification is performed by default on the HTTP port. Once the port is opened, the resource is considered ready, and traffic starts being forwarded to it.
2323

2424
This issue typically occurs when traffic is sent too early to the newly created container before it is fully deployed.
2525

26-
### Possible solutions
26+
## Possible solutions
2727

2828
To ensure the Serverless Container is completely ready, both in terms of the HTTP port and the software scope, it is recommended to use **custom health checks**.
2929

pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ categories:
1717

1818
I cannot create a Serverless Containers namespace.
1919

20-
### Cause
20+
## Cause
2121

2222
This issue can happen for the following reasons:
2323

2424
- You have created too many Serverless Containers namespaces and reached [your account's quota](/organizations-and-projects/additional-content/organization-quotas/#serverless-containers).
2525

2626
- You have created too many Registry namespaces and reached [your account's quota](/organizations-and-projects/additional-content/organization-quotas/#container-registry).
2727

28-
### Possible solutions
28+
## Possible solutions
2929

3030
Make sure that you have not exceeded the maximum number of allowed namespaces with the [Scaleway console](https://console.scaleway.com/) or with the [API](https://www.scaleway.com/en/developers/api/serverless-containers/#path-namespaces-list-all-your-namespaces).

pages/serverless-containers/troubleshooting/cannot-inject-secret-variable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ world
2828
"
2929
```
3030

31-
### Solution
31+
## Solution
3232

3333
To avoid issues while injecting environment variables and secrets, we recommend encoding them to `base64`.

pages/serverless-containers/troubleshooting/tests-fail-on-container.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ categories:
1717

1818
I get error messages when testing Serverless Containers using the Scaleway Console.
1919

20-
### Cause
20+
## Cause
2121

2222
Testing **Private** Serverless Containers is not possible using the Scaleway console due to CORS limitations.
2323

24-
### Possible solutions
24+
## Possible solutions
2525

2626
- Change the visibility of your function to **public**. Public containers can be executed anonymously.
2727

pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ categories:
1717

1818
I cannot create a Serverless Functions namespace.
1919

20-
### Cause
20+
## Cause
2121

2222
This issue can happen for the following reasons:
2323

2424
- You have created too many Serverless Functions namespaces and reached [your account's quota](/organizations-and-projects/additional-content/organization-quotas/#serverless-functions).
2525

2626
- You have created too many Registry namespaces and reached [your account's quota](/organizations-and-projects/additional-content/organization-quotas/#container-registry).
2727

28-
### Possible solutions
28+
## Possible solutions
2929

3030
Make sure that you have not exceeded the maximum number of allowed namespaces with the [Scaleway console](https://console.scaleway.com/) or with the [API](https://www.scaleway.com/en/developers/api/serverless-functions/#path-namespaces-list-all-your-namespaces).

pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories:
1717

1818
My environment variable or secret is not properly injected in my function during its execution.
1919

20-
### Cause
20+
## Cause
2121

2222
Environment variables or secrets that are too large, contain carriage returns and spread over several lines, as shown below, will not be injected properly.
2323

@@ -28,6 +28,6 @@ world
2828
"
2929
```
3030

31-
### Solution
31+
## Solution
3232

3333
To avoid issues while injecting environment variables and secrets, we recommend encoding them to `base64`.

pages/serverless-functions/troubleshooting/tests-fail-on-function.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ categories:
1717

1818
I get error messages when testing Serverless Functions using the Scaleway Console.
1919

20-
### Cause
20+
## Cause
2121

2222
Testing **Private** Serverless Functions is not possible using the Scaleway console due to CORS limitations.
2323

24-
### Possible solutions
24+
## Possible solutions
2525

2626
- Change the visibility of your function to **public**. Public functions can be executed anonymously.
2727

pages/serverless-functions/troubleshooting/timeout-error.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ categories:
1717

1818
I am experiencing timeout errors when using Scaleway Serverless Functions.
1919

20-
### Cause
20+
## Cause
2121

2222
Timeout happens when your function cannot return any result in the defined amount of time.
2323

24-
### Possible solutions
24+
## Possible solutions
2525

2626
- Increase the Timeout parameter in the [Scaleway console](https://console.scaleway.com/) or with the [API](https://www.scaleway.com/en/developers/api/serverless-functions/#path-functions-update-an-existing-function).
2727

pages/serverless-jobs/troubleshooting/cannot-inject-secret-variable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ world
2828
"
2929
```
3030

31-
### Solution
31+
## Solution
3232

3333
To avoid issues while injecting environment variables and secrets, we recommend encoding them to `base64`.

0 commit comments

Comments
 (0)