Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -3800,12 +3800,8 @@
"slug": "manage-a-containers-namespace"
},
{
"label": "Deploy a container from Scaleway Container Registry",
"slug": "deploy-a-container-from-scaleway-container-registry"
},
{
"label": "Deploy a container from an external container registry",
"slug": "deploy-a-container-from-external-container-registry"
"label": "Deploy a container",
"slug": "deploy-container"
},
{
"label": "Manage a container",
Expand Down Expand Up @@ -3938,12 +3934,8 @@
{
"items": [
{
"label": "Create a job from the Scaleway Registry",
"slug": "create-job-from-scaleway-registry"
},
{
"label": "Create a job from an external registry",
"slug": "create-job-from-external-registry"
"label": "Create a job",
"slug": "create-job"
},
{
"label": "Run a job",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Each container comes with an automatically generated domain, on which it is avai

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- A running [Serverless Container](/serverless/containers/how-to/deploy-a-container-from-scaleway-container-registry/)
- A running [Serverless Container](/serverless/containers/how-to/deploy-container/)
- Registered a domain name with the provider of your choice and have access to the domain name's DNS zone file

1. On your domain provider's platform (for example, [Scaleway's domains](/network/domains-and-dns/how-to/manage-dns-records/)), add a CNAME record pointing to your container default URL in the domain's DNS zone file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A trigger can be an HTTP request, a message from a queue or stream, a CRON sched
- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- Created a [containers namespace](/serverless/containers/how-to/create-a-containers-namespace/)
- Deployed a container from [Scaleway Container Registry](/serverless/containers/how-to/deploy-a-container-from-scaleway-container-registry/) or an [external registry](/serverless/containers/how-to/deploy-a-container-from-external-container-registry/)
- Deployed a container from [Scaleway Container Registry](/serverless/containers/how-to/deploy-container/) or an [external registry](/serverless/containers/how-to/deploy-container/)
- [Activated SQS](/serverless/messaging/how-to/get-started/#how-to-activate-sqs-or-sns)
- [Created credentials](/serverless/messaging/how-to/create-credentials/) for SQS
- [Created an SQS queue](/serverless/messaging/how-to/create-manage-queues/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ This page shows you how to create a Serverless Containers namespace. [Namespaces
- Enter a **name**, and optionally a **description** for your namespace. The name must only contain alphanumeric characters and dashes.
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
- 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.
- 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**.
- 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**.
- Verify the **estimated cost**.
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-a-container-from-scaleway-container-registry/) next.
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.


Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This page shows you how to create and manage an authentication token from the Sc
- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- [Created a containers namespace](/serverless/containers/how-to/create-a-containers-namespace/)
- [Deployed a container](/serverless/containers/how-to/deploy-a-container-from-scaleway-container-registry/)
- [Deployed a container](/serverless/containers/how-to/deploy-container/)

## Creating authentication tokens from the Scaleway console

Expand Down
2 changes: 1 addition & 1 deletion serverless/containers/how-to/delete-a-container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This page shows you how to delete a Scaleway container.

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- [Created a container](/serverless/containers/how-to/deploy-a-container-from-scaleway-container-registry/)
- [Created a container](/serverless/containers/how-to/deploy-container/)

1. Click **Containers** in the **Serverless** section of the side menu. The list of your containers displays.
2. Click the relevant Containers namespace.
Expand Down

This file was deleted.

This file was deleted.

Loading