From 6e5964db957b351c656c754e6d8378b5ce99aedd Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Tue, 18 Nov 2025 10:34:11 +0100 Subject: [PATCH] chore(gen): content review MTA-6733 --- pages/object-storage/api-cli/create-bucket-policy.mdx | 2 +- .../reference-content/scaleway-configuration-file.mdx | 2 +- .../reference-content/scaleway-configuration-file.mdx | 2 +- .../api-cli/migrate-external-image-to-scaleway-registry.mdx | 2 +- .../how-to/create-auth-token-from-console.mdx | 2 +- pages/serverless-containers/how-to/monitor-container.mdx | 2 +- .../reference-content/configure-trigger-inputs.mdx | 2 +- .../reference-content/containers-sandbox.mdx | 2 +- .../troubleshooting/cannot-create-namespace.mdx | 2 +- .../troubleshooting/cannot-deploy-image.mdx | 4 ++-- .../troubleshooting/cannot-inject-secret-variable.mdx | 2 +- .../troubleshooting/cannot-retrieve-external-image.mdx | 2 +- .../troubleshooting/container-clock-drift.mdx | 2 +- .../troubleshooting/container-stopped-after-redeploy.mdx | 2 +- pages/serverless-functions/how-to/monitor-function.mdx | 2 +- .../reference-content/configure-trigger-inputs.mdx | 2 +- .../troubleshooting/cannot-create-namespace.mdx | 2 +- .../troubleshooting/cannot-inject-secret-variable.mdx | 2 +- .../troubleshooting/function-clock-drift.mdx | 2 +- .../troubleshooting/function-stopped-after-redeploy.mdx | 2 +- .../troubleshooting/go-function-version-error.mdx | 2 +- .../troubleshooting/handler-not-found.mdx | 2 +- pages/serverless-functions/troubleshooting/timeout-error.mdx | 2 +- .../serverless-functions/troubleshooting/too-many-retries.mdx | 2 +- .../api-cli/migrate-external-image-to-scaleway-registry.mdx | 2 +- pages/serverless-jobs/how-to/create-job.mdx | 2 +- pages/serverless-jobs/how-to/reference-secret-in-job.mdx | 2 +- .../troubleshooting/cannot-inject-secret-variable.mdx | 2 +- .../troubleshooting/cannot-retrieve-external-image.mdx | 2 +- pages/serverless-jobs/troubleshooting/job-in-error-state.mdx | 2 +- .../reference-content/scaleway-configuration-file.mdx | 2 +- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/pages/object-storage/api-cli/create-bucket-policy.mdx b/pages/object-storage/api-cli/create-bucket-policy.mdx index 0bc2f80fba..7023522fd6 100644 --- a/pages/object-storage/api-cli/create-bucket-policy.mdx +++ b/pages/object-storage/api-cli/create-bucket-policy.mdx @@ -3,7 +3,7 @@ title: Creating and applying a bucket policy description: Create custom bucket policies in Scaleway Object Storage using the CLI. tags: bucket policy bucket bucket-policy object storage object-storage s3 dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2021-01-17 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/scaleway-cli/reference-content/scaleway-configuration-file.mdx b/pages/scaleway-cli/reference-content/scaleway-configuration-file.mdx index f4349b1465..654c0e4dab 100644 --- a/pages/scaleway-cli/reference-content/scaleway-configuration-file.mdx +++ b/pages/scaleway-cli/reference-content/scaleway-configuration-file.mdx @@ -3,7 +3,7 @@ title: Scaleway CLI - Configuration file description: This page explains what is the Scaleway configuration file for developer tools and how to use it. tags: developer tools cli configuration config dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2023-04-23 --- import ScalewayConfigurationFile from '@macros/developer-tools/scaleway-configuration-file.mdx' diff --git a/pages/scaleway-sdk/reference-content/scaleway-configuration-file.mdx b/pages/scaleway-sdk/reference-content/scaleway-configuration-file.mdx index debf08d400..1960caeaa7 100644 --- a/pages/scaleway-sdk/reference-content/scaleway-configuration-file.mdx +++ b/pages/scaleway-sdk/reference-content/scaleway-configuration-file.mdx @@ -3,7 +3,7 @@ title: Scaleway SDKs - Configuration file description: This page explains what is the Scaleway configuration file for developer tools and how to use it. tags: developer tools cli configuration config sdk dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2023-04-23 --- import ScalewayConfigurationFile from '@macros/developer-tools/scaleway-configuration-file.mdx' diff --git a/pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx b/pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx index ef7463e3e8..f3f3c636a8 100644 --- a/pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx +++ b/pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx @@ -3,7 +3,7 @@ title: Migrating an external image to the Scaleway Container Registry description: Methods to migrate or import an image from an external public container registry to the Scaleway Container Registry. tags: serverless containers registry import copy migrate skopeo docker dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2021-11-06 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/serverless-containers/how-to/create-auth-token-from-console.mdx b/pages/serverless-containers/how-to/create-auth-token-from-console.mdx index 9fde292261..b004eabdc5 100644 --- a/pages/serverless-containers/how-to/create-auth-token-from-console.mdx +++ b/pages/serverless-containers/how-to/create-auth-token-from-console.mdx @@ -3,7 +3,7 @@ title: How to create and manage an an authentication token from the console description: How to create an auth token from the Scaleway console. tags: authentication authentication-token containers auth dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2022-10-14 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/serverless-containers/how-to/monitor-container.mdx b/pages/serverless-containers/how-to/monitor-container.mdx index d398766393..054cf2373a 100644 --- a/pages/serverless-containers/how-to/monitor-container.mdx +++ b/pages/serverless-containers/how-to/monitor-container.mdx @@ -3,7 +3,7 @@ title: How to monitor logs and metrics for Serverless Containers description: Guide to monitoring Scaleway Serverless Containers. tags: serverless containers logs metrics cockpit grafana activity dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2024-04-22 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/serverless-containers/reference-content/configure-trigger-inputs.mdx b/pages/serverless-containers/reference-content/configure-trigger-inputs.mdx index 89178b20b8..b205c48b78 100644 --- a/pages/serverless-containers/reference-content/configure-trigger-inputs.mdx +++ b/pages/serverless-containers/reference-content/configure-trigger-inputs.mdx @@ -3,7 +3,7 @@ title: Considerations to configure event retention for Scaleway Queues trigger i description: How to configure trigger inputs for Scaleway Serverless Containers. tags: containers dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2023-06-09 --- diff --git a/pages/serverless-containers/reference-content/containers-sandbox.mdx b/pages/serverless-containers/reference-content/containers-sandbox.mdx index 031dabc036..858b8a0dd9 100644 --- a/pages/serverless-containers/reference-content/containers-sandbox.mdx +++ b/pages/serverless-containers/reference-content/containers-sandbox.mdx @@ -3,7 +3,7 @@ title: Containers sandbox description: Learn more about the sandboxing environments of Scaleway Serverless Containers. tags: containers sandbox sandboxing gvisor isolation mechanism serverless v1 v2 clock drift skew dates: - validation: 2025-11-14 + validation: 2025-11-18 posted: 2025-05-07 --- diff --git a/pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx b/pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx index 35bc7a1c51..5894b8d4cb 100644 --- a/pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx +++ b/pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx @@ -3,7 +3,7 @@ title: I am unable to create a Serverless Containers namespace description: Troubleshoot problems encountered while creating namespaces for Scaleway Serverless Containers. tags: serverless Containers troubleshooting issue error namespace creation unable dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-containers/troubleshooting/cannot-deploy-image.mdx b/pages/serverless-containers/troubleshooting/cannot-deploy-image.mdx index e5a64ccd0a..2a588ba653 100644 --- a/pages/serverless-containers/troubleshooting/cannot-deploy-image.mdx +++ b/pages/serverless-containers/troubleshooting/cannot-deploy-image.mdx @@ -3,7 +3,7 @@ title: I am unable to deploy my container description: Troubleshoot errors encountered while deploying containers with Scaleway Serverless Containers. tags: serverless containers troubleshooting issue error message deploy image failed dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2024-11-07 --- @@ -26,6 +26,6 @@ I am unable to deploy my container or image using Serverless Containers. Run the [`docker inspect`](https://docs.docker.com/engine/reference/commandline/inspect/) command to get detailed information on your image: ``` - docker inspect myimage + docker inspect my_image ``` \ No newline at end of file diff --git a/pages/serverless-containers/troubleshooting/cannot-inject-secret-variable.mdx b/pages/serverless-containers/troubleshooting/cannot-inject-secret-variable.mdx index c79ba7801f..eecdc96df8 100644 --- a/pages/serverless-containers/troubleshooting/cannot-inject-secret-variable.mdx +++ b/pages/serverless-containers/troubleshooting/cannot-inject-secret-variable.mdx @@ -3,7 +3,7 @@ title: My secrets and variables are not injected properly in my container description: Troubleshoot issues with secrets and environment variables while using Scaleway Serverless Containers. tags: serverless containers troubleshooting issue error image env var environment variables secrets secret manager dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-containers/troubleshooting/cannot-retrieve-external-image.mdx b/pages/serverless-containers/troubleshooting/cannot-retrieve-external-image.mdx index a849912b5a..ea390d88b4 100644 --- a/pages/serverless-containers/troubleshooting/cannot-retrieve-external-image.mdx +++ b/pages/serverless-containers/troubleshooting/cannot-retrieve-external-image.mdx @@ -3,7 +3,7 @@ title: I am unable to retrieve an external image for my container description: Troubleshoot errors while retrieving external images while using Scaleway Serverless Containers. tags: serverless containers troubleshooting issue error image retrieve external public registry dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-containers/troubleshooting/container-clock-drift.mdx b/pages/serverless-containers/troubleshooting/container-clock-drift.mdx index f7969a479a..32a4bca5b5 100644 --- a/pages/serverless-containers/troubleshooting/container-clock-drift.mdx +++ b/pages/serverless-containers/troubleshooting/container-clock-drift.mdx @@ -3,7 +3,7 @@ title: I am experiencing clock drift with my container description: Discover the causes and solutions to clock drift issues in Scaleway Serverless Containers. tags: containers clock drift skew error time difference serverless troubleshooting dates: - validation: 2025-11-14 + validation: 2025-11-18 posted: 2025-05-07 --- diff --git a/pages/serverless-containers/troubleshooting/container-stopped-after-redeploy.mdx b/pages/serverless-containers/troubleshooting/container-stopped-after-redeploy.mdx index bd48266584..5a39bc48da 100644 --- a/pages/serverless-containers/troubleshooting/container-stopped-after-redeploy.mdx +++ b/pages/serverless-containers/troubleshooting/container-stopped-after-redeploy.mdx @@ -3,7 +3,7 @@ title: My container stopped working after a redeploy description: Troubleshoot issues with Scaleway Serverless Containers not working properly following a redeploy. tags: serverless containers troubleshooting issue error state failed fail redeploy dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-functions/how-to/monitor-function.mdx b/pages/serverless-functions/how-to/monitor-function.mdx index 25541660f7..1257286c86 100644 --- a/pages/serverless-functions/how-to/monitor-function.mdx +++ b/pages/serverless-functions/how-to/monitor-function.mdx @@ -3,7 +3,7 @@ title: How to monitor logs and metrics for Serverless Functions description: Monitor the performance and usage of your Scaleway Serverless Functions. tags: serverless functions logs metrics cockpit grafana activity dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2024-04-22 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/serverless-functions/reference-content/configure-trigger-inputs.mdx b/pages/serverless-functions/reference-content/configure-trigger-inputs.mdx index 18106b33f6..58e02934e7 100644 --- a/pages/serverless-functions/reference-content/configure-trigger-inputs.mdx +++ b/pages/serverless-functions/reference-content/configure-trigger-inputs.mdx @@ -3,7 +3,7 @@ title: Considerations to configure event retention for Scaleway Queues trigger i description: Configure trigger inputs for Scaleway Serverless Functions to automate executions. tags: functions dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2023-06-09 --- diff --git a/pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx b/pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx index f24b0029ef..a18b716615 100644 --- a/pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx +++ b/pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx @@ -3,7 +3,7 @@ title: I am unable to create a Serverless Functions namespace description: Troubleshoot problems encountered while creating namespaces for Scaleway Serverless Functions. tags: serverless functions troubleshooting issue error namespace creation unable dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx b/pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx index 1ae65fb0c7..82c0effbcf 100644 --- a/pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx +++ b/pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx @@ -3,7 +3,7 @@ title: My secrets and variables are not injected properly in my function description: Troubleshoot issues with secrets and environment variables while using Scaleway Serverless Functions. tags: serverless functions troubleshooting issue error env var environment variables secrets secret manager dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-functions/troubleshooting/function-clock-drift.mdx b/pages/serverless-functions/troubleshooting/function-clock-drift.mdx index 7e8c1aee0e..58129b8cf6 100644 --- a/pages/serverless-functions/troubleshooting/function-clock-drift.mdx +++ b/pages/serverless-functions/troubleshooting/function-clock-drift.mdx @@ -3,7 +3,7 @@ title: I am experiencing clock drift with my function description: Discover the causes and solutions to clock drift issues in Scaleway Serverless Functions. tags: functions clock drift skew serverless difference time troubleshooting dates: - validation: 2025-11-14 + validation: 2025-11-18 posted: 2025-05-07 --- diff --git a/pages/serverless-functions/troubleshooting/function-stopped-after-redeploy.mdx b/pages/serverless-functions/troubleshooting/function-stopped-after-redeploy.mdx index 94b3d27a15..29c7547791 100644 --- a/pages/serverless-functions/troubleshooting/function-stopped-after-redeploy.mdx +++ b/pages/serverless-functions/troubleshooting/function-stopped-after-redeploy.mdx @@ -3,7 +3,7 @@ title: My function stopped working after a redeploy description: Troubleshoot issues with Scaleway Serverless Functions not working properly following a redeploy. tags: serverless functions troubleshooting issue error state failed fail redeploy dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-functions/troubleshooting/go-function-version-error.mdx b/pages/serverless-functions/troubleshooting/go-function-version-error.mdx index dbb72ff1a4..0e28114a84 100644 --- a/pages/serverless-functions/troubleshooting/go-function-version-error.mdx +++ b/pages/serverless-functions/troubleshooting/go-function-version-error.mdx @@ -3,7 +3,7 @@ title: Go function build fails due to Go version description: Troubleshoot issues with Scaleway Serverless Functions Go build not working due to version error. tags: serverless functions troubleshooting issue error go version build dates: - validation: 2025-11-14 + validation: 2025-11-18 posted: 2025-04-30 --- diff --git a/pages/serverless-functions/troubleshooting/handler-not-found.mdx b/pages/serverless-functions/troubleshooting/handler-not-found.mdx index 72d3a24681..4709eaacfe 100644 --- a/pages/serverless-functions/troubleshooting/handler-not-found.mdx +++ b/pages/serverless-functions/troubleshooting/handler-not-found.mdx @@ -3,7 +3,7 @@ title: Unable to find the function handler description: Troubleshoot problems with finding the handler when using Scaleway Serverless Functions. tags: serverless functions troubleshooting issue error function handler execution run cannot find dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-functions/troubleshooting/timeout-error.mdx b/pages/serverless-functions/troubleshooting/timeout-error.mdx index 46847b1795..c52e32b625 100644 --- a/pages/serverless-functions/troubleshooting/timeout-error.mdx +++ b/pages/serverless-functions/troubleshooting/timeout-error.mdx @@ -3,7 +3,7 @@ title: I am experiencing timeout errors description: Troubleshoot timeout errors when using Scaleway Serverless Functions. tags: serverless functions troubleshooting issue error function timeout dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-functions/troubleshooting/too-many-retries.mdx b/pages/serverless-functions/troubleshooting/too-many-retries.mdx index b79195ae8d..022e11bd5f 100644 --- a/pages/serverless-functions/troubleshooting/too-many-retries.mdx +++ b/pages/serverless-functions/troubleshooting/too-many-retries.mdx @@ -3,7 +3,7 @@ title: My function fails after trying too many times description: Troubleshoot problems with functions trying too many times before failing. tags: serverless functions troubleshooting issue error function retries retry failure dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-jobs/api-cli/migrate-external-image-to-scaleway-registry.mdx b/pages/serverless-jobs/api-cli/migrate-external-image-to-scaleway-registry.mdx index 56e4c8ecc2..da2069df3f 100644 --- a/pages/serverless-jobs/api-cli/migrate-external-image-to-scaleway-registry.mdx +++ b/pages/serverless-jobs/api-cli/migrate-external-image-to-scaleway-registry.mdx @@ -3,7 +3,7 @@ title: Migrating an external image to the Scaleway Container Registry description: Methods to migrate or import an image from an external public container registry to the Scaleway Container Registry. tags: serverless jobs registry import copy migrate skopeo docker dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2021-11-06 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/serverless-jobs/how-to/create-job.mdx b/pages/serverless-jobs/how-to/create-job.mdx index 0ae0cade76..9c0bfb0f14 100644 --- a/pages/serverless-jobs/how-to/create-job.mdx +++ b/pages/serverless-jobs/how-to/create-job.mdx @@ -3,7 +3,7 @@ title: How to create a job description: Create jobs using images from the Scaleway Container Registry or from external public registries. tags: deploy create job scaleway-registry docker image external registry public dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2023-11-09 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/serverless-jobs/how-to/reference-secret-in-job.mdx b/pages/serverless-jobs/how-to/reference-secret-in-job.mdx index 70bb59b5f7..3ddfb51fe2 100644 --- a/pages/serverless-jobs/how-to/reference-secret-in-job.mdx +++ b/pages/serverless-jobs/how-to/reference-secret-in-job.mdx @@ -3,7 +3,7 @@ title: How to reference secrets in Serverless Jobs description: Steps to reference secrets from Secret Manager in your Serverless Jobs. tags: serverless jobs secrets secret-manager environment-variable dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-10-27 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/serverless-jobs/troubleshooting/cannot-inject-secret-variable.mdx b/pages/serverless-jobs/troubleshooting/cannot-inject-secret-variable.mdx index 8f311132e8..2656b2ff25 100644 --- a/pages/serverless-jobs/troubleshooting/cannot-inject-secret-variable.mdx +++ b/pages/serverless-jobs/troubleshooting/cannot-inject-secret-variable.mdx @@ -3,7 +3,7 @@ title: My secrets and variables are not injected properly in my job description: Troubleshoot issues with secrets and environment variables while using Scaleway Serverless Jobs. tags: serverless jobs troubleshooting issue error image env var environment variables secrets secret manager dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-jobs/troubleshooting/cannot-retrieve-external-image.mdx b/pages/serverless-jobs/troubleshooting/cannot-retrieve-external-image.mdx index 2d01c91728..5dc2343e5c 100644 --- a/pages/serverless-jobs/troubleshooting/cannot-retrieve-external-image.mdx +++ b/pages/serverless-jobs/troubleshooting/cannot-retrieve-external-image.mdx @@ -3,7 +3,7 @@ title: I am unable to retrieve an external image for my job description: Troubleshoot errors while retrieving external images while using Scaleway Serverless Jobs. tags: serverless jobs troubleshooting issue error image retrieve external public registry dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/serverless-jobs/troubleshooting/job-in-error-state.mdx b/pages/serverless-jobs/troubleshooting/job-in-error-state.mdx index fb495d8da2..4c78576f5f 100644 --- a/pages/serverless-jobs/troubleshooting/job-in-error-state.mdx +++ b/pages/serverless-jobs/troubleshooting/job-in-error-state.mdx @@ -3,7 +3,7 @@ title: My Job run is in an error state description: Troubleshoot error states for your Scaleway Serverless Jobs. tags: serverless jobs troubleshooting issue error state message dates: - validation: 2025-05-13 + validation: 2025-11-18 posted: 2024-11-06 --- diff --git a/pages/terraform/reference-content/scaleway-configuration-file.mdx b/pages/terraform/reference-content/scaleway-configuration-file.mdx index 0d4f7c2932..9f9161c3d7 100644 --- a/pages/terraform/reference-content/scaleway-configuration-file.mdx +++ b/pages/terraform/reference-content/scaleway-configuration-file.mdx @@ -3,7 +3,7 @@ title: Terraform/OpenTofu - Scaleway Configuration file description: This page explains what is the Scaleway configuration file for developer tools and how to use it. tags: developer tools cli api configuration config terraform dates: - validation: 2025-05-12 + validation: 2025-11-18 posted: 2023-04-23 --- import ScalewayConfigurationFile from '@macros/developer-tools/scaleway-configuration-file.mdx'