You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: serverless/containers/how-to/create-a-containers-namespace.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This page shows you how to create a Serverless Containers namespace. [Namespaces
27
27
- Enter a **name**, and optionally a **description** for your namespace. The name must only contain alphanumeric characters and dashes.
28
28
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
29
29
- 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.
30
-
- Set secret environment variables (optional). **Secrets** are environment variables which are injected into your container and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.
30
+
- 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**.
31
31
- Verify the **estimated cost**.
32
32
4. Click **Create namespace only** to finish, or click **Create namespace and add container** if you want to [deploy a container](/serverless/containers/how-to/deploy-container/) next.
Copy file name to clipboardExpand all lines: serverless/containers/how-to/deploy-container.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,16 +32,17 @@ You can deploy a container from the [Scaleway Container Registry](/containers/co
32
32
3. Click **Deploy container**. The container creation wizard displays.
33
33
4. Complete the following steps in the wizard:
34
34
- Select the **Scaleway** Container Registry.
35
-
- Choose an [image](/serverless/containers/concepts/#image) from your Container Registry. Select the required Container Registry namespace from the drop-down list, and then select the container and tag.
35
+
- Choose an [image](/serverless/containers/concepts/#image) from your Container Registry.
36
+
- Select the required Container Registry namespace from the drop-down list, and then select the container and tag.
36
37
- Choose the [port](/serverless/containers/concepts/#port) your container is listening on. We recommend configuring your container to listen on the `$PORT` environment variable.
37
38
- Choose a **name** for your container and, optionally, a **description**. The name must only contain alphanumeric characters and dashes.
38
39
- Choose the **resources** to be allocated to your container at runtime. These define the performance characteristics of your container.
39
40
<Messagetype="note">
40
-
Available memory depends on allocated vCPU, and maximum ephemeral storage value depends on allocated memory.
41
+
Available memory depends on allocated vCPU, and the maximum ephemeral storage value depends on allocated memory.
41
42
</Message>
42
43
- Set your [scaling](/serverless/containers/concepts/#scaling) preferences, or leave them at default values. The Scaleway platform automatically scales the number of available instances of your container to match the incoming load, depending on the settings you define here.
43
44
- Click **Advanced options** to define any [environment variables](/serverless/containers/concepts/#environment-variables) you want to inject into your container. For each environment variable, click **+Add variable** and enter the key/value pair.
44
-
- Add [secrets](/serverless/containers/concepts/#secrets) for your container. Secrets are environment variables which are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
45
+
- Add [secrets](/serverless/containers/concepts/#secrets) for your container. Secrets are environment variables that are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
45
46
<Messagetype="note">
46
47
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
47
48
</Message>
@@ -76,7 +77,7 @@ Private external container registries are currently not supported.
76
77
</Message>
77
78
- Set your [scaling](/serverless/containers/concepts/#scaling) preferences, or leave them at default values. The Scaleway platform automatically scales the number of available instances of your container to match the incoming load, depending on the settings you define here.
78
79
- Click **Advanced options** to define any [environment variables](/serverless/containers/concepts/#environment-variables) you want to inject into your container. For each environment variable, click **+Add variable** and enter the key/value pair.
79
-
- Add [secrets](/serverless/containers/concepts/#secrets) for your container. Secrets are environment variables which are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
80
+
- Add [secrets](/serverless/containers/concepts/#secrets) for your container. Secrets are environment variables that are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
80
81
<Messagetype="note">
81
82
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
Copy file name to clipboardExpand all lines: serverless/jobs/how-to/create-job.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ categories:
14
14
- jobs
15
15
---
16
16
17
-
This page shows you how to create Serverless Jbs using the [Scaleway console](https://console.scaleway.com/).
17
+
This page shows you how to create Serverless Jobs using the [Scaleway console](https://console.scaleway.com/).
18
18
19
19
You can create a job from the [Scaleway Container Registry](/containers/container-registry/quickstart/), or any other public container registry, such as Docker Hub, AWS Container registries, GitLab container registry, etc.
0 commit comments