Skip to content

docs(gen): add troubleshooting indexes MTA-5747 #4607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 17, 2025
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
38 changes: 38 additions & 0 deletions pages/block-storage/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
meta:
title: Block Storage - Troubleshooting
description: $desc Find troubleshooting resources for resolving issues with Scaleway Block Storage.
content:
paragraph: *desc
dates:
posted: 2025-03-12
validation: 2025-03-12
categories:
- serverless
---
<ProductHeader
productName="Block Storage troubleshooting"
productLogo="blockStorage"
description="Find resources for resolving issues with Scaleway Block Storage"
/>
## Featured Pages
<Grid>
<DefaultCard
title="Block Storage FAQ"
description="General info on Block Storage."
url="/faq/block-storage/"
label="See more"
/>
<DefaultCard
title="Different Block Storage volume types"
description="Learn about different types of blocks."
url="/block-storage/reference-content/differences-between-5kiops-volumes/"
label="See more"
/>
<DefaultCard
title="Migrating from Instances API to Block Storage API"
description="Advantages of migration."
url="/#"
label="See more"
/>
</Grid>
24 changes: 24 additions & 0 deletions pages/data-lab/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,28 @@ meta:
content:
h1: Distributed Data Lab Troubleshooting
paragraph: Troubleshoot common issues with Scaleway Distributed Data Lab.
dates:
posted: 2025-03-13
validation: 2025-03-13
---

<ProductHeader
productName="Distributed Data Lab troubleshooting"
productLogo="distributedDataLab"
description="Find resources for resolving issues with Scaleway Distributed Data Lab."
/>

## Featured Pages

<Grid>
<DefaultCard
title="Distributed Data Lab FAQ"
description="General info on Data Labs."
url="/faq/serverless-sql-databases/"
label="See more"
/>
</Grid>

## Distributed Data Lab troubleshooting pages

- [Troubleshooting Distributed Data Lab execution issues](/data-lab/troubleshooting/cannot-run-data-lab/)
61 changes: 61 additions & 0 deletions pages/object-storage/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,65 @@ meta:
content:
h1: Object Storage - Troubleshooting
paragraph: Resolve common issues with Scaleway Object Storage.
dates:
posted: 2025-03-12
validation: 2025-03-12
categories:
- object-storage
---

<ProductHeader
productName="Object Storage troubleshooting"
productLogo="objectStorage"
description="Resolve common issues with Scaleway Object Storage."
/>

## Featured Pages
<Grid>
<DefaultCard
title="Object Storage FAQ"
description="General information on Object Storage"
url="/faq/object-storage/"
label="See more"
/>
<DefaultCard
title="Bucket Policies Overview"
description="Information and examples on Bucket policies."
url="/object-storage/api-cli/bucket-policy/"
label="See more"
/>
<DefaultCard
title="API calls list"
description="List of supported API calls."
url="/object-storage/api-cli/using-api-call-list/"
label="See more"
/>
</Grid>
<Grid>
<DefaultCard
title="Optimize your Object Storage performance"
description="Tips to optimize your deployment."
url="/object-storage/reference-content/optimize-object-storage-performance/"
label="See more"
/>
<DefaultCard
title="Amazon S3 and IAM permissions equivalence"
description="Authorized operations per permissions set."
url="/object-storage/reference-content/s3-iam-permissions-equivalence/"
label="See more"
/>
<DefaultCard
title="Migrating data from one bucket to another"
description="Transfer objects between two buckets."
url="/object-storage/api-cli/migrating-buckets/"
label="See more"
/>
</Grid>
## Object Storage troubleshooting pages

- [My API key does not work with Object Storage](/object-storage/troubleshooting/api-key-does-not-work/)
- [I cannot access my data](/object-storage/troubleshooting/cannot-access-data/)
- [I cannot delete my bucket](/object-storage/troubleshooting/cannot-delete-bucket/)
- [I cannot restore my objects from Glacier](/object-storage/troubleshooting/cannot-restore-glacier/)
- [I lost access to a bucket after applying a bucket policy](/object-storage/troubleshooting/lost-bucket-access-bucket-policy/)
- [I am experiencing performance issues](/object-storage/troubleshooting/low-performance/)
65 changes: 64 additions & 1 deletion pages/serverless-containers/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,67 @@ meta:
content:
h1: Containers - Troubleshooting
paragraph: Troubleshooting guide for Scaleway Serverless Containers.
---
dates:
posted: 2025-03-13
validation: 2025-03-13
categories:
- serverless
---

<ProductHeader
productName="Containers troubleshooting"
productLogo="containers"
description="Find resources for resolving issues with Scaleway Serverless Containers."
/>

## Featured Pages

<Grid>
<DefaultCard
title="Serverless Containers FAQ"
description="General info on Serverless Containers"
url="/faq/serverless-containers/"
label="See more"
/>
<DefaultCard
title="Methods to deploy Serverless Containers"
description="Find the best way to deploy Containers."
url="/serverless-containers/reference-content/deploy-container/"
label="See more"
/>
<DefaultCard
title="Containers limitations"
description="Technical limitations of Serverless Containers."
url="/serverless-containers/reference-content/containers-limitations/"
label="See more"
/>
</Grid>
<Grid>
<DefaultCard
title="Serverless Containers billing"
description="Detailed pricing model."
url="/serverless-containers/reference-content/containers-billing/"
label="See more"
/>
<DefaultCard
title="Serverless Containers autoscaling"
description="Get more info on scaling mechanism."
url="/serverless-containers/reference-content/containers-autoscaling/"
label="See more"
/>
<DefaultCard
title="Differences between Serverless Jobs, Containers and Functions"
description="Differences between Serverless products."
url="/serverless-containers/reference-content/difference-jobs-functions-containers/"
label="See more"
/>
</Grid>
## Serverless Containers troubleshooting pages

- [I get an Error code 502](/serverless-containers/troubleshooting/502-error-when-scaling/)
- [I am unable to create a Serverless Containers namespace](/serverless-containers/troubleshooting/cannot-create-namespace/)
- [I am unable to deploy my image](/serverless-containers/troubleshooting/cannot-deploy-image/)
- [My secrets and variables are not injected properly in my container](/serverless-containers/troubleshooting/cannot-inject-secret-variable/)
- [I cannot retrieve an external image for my container](/serverless-containers/troubleshooting/cannot-retrieve-external-image/)
[My container stopped working after a redeploy](/- serverless-containers/troubleshooting/container-stopped-after-redeploy/)
- [Tests fail on Serverless Containers](/serverless-containers/troubleshooting/tests-fail-on-container/)
72 changes: 69 additions & 3 deletions pages/serverless-functions/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,74 @@
---
meta:
title: Functions - Troubleshooting
description: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
description: Troubleshooting guide for Scaleway Serverless Functions.
content:
h1: Functions - Troubleshooting
paragraph: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
---
paragraph: Troubleshooting guide for Scaleway Serverless Functions.
dates:
posted: 2025-03-13
validation: 2025-03-13
categories:
- serverless
---

<ProductHeader
productName="Functions troubleshooting"
productLogo="functions"
description="Find resources for resolving issues with Scaleway Serverless Functions."
/>

## Featured Pages

<Grid>
<DefaultCard
title="Serverless Functions FAQ"
description="General info on Serverless Functions."
url="/faq/serverless-functions/"
label="See more"
/>
<DefaultCard
title="Methods to deploy Serverless Functions"
description="Find the best way to deploy Functions."
url="/serverless-functions/reference-content/deploy-function/"
label="See more"
/>
<DefaultCard
title="Functions limitations"
description="Technical limitations of Serverless Functions."
url="/serverless-functions/reference-content/functions-limitations/"
label="See more"
/>
</Grid>
<Grid>
<DefaultCard
title="Serverless Functions billing"
description="Detailed pricing model."
url="/serverless-functions/reference-content/functions-billing/"
label="See more"
/>
<DefaultCard
title="Serverless Functions handler reference"
description="Understand the behavior of handlers."
url="/serverless-functions/reference-content/functions-handlers/"
label="See more"
/>
<DefaultCard
title="Differences between Serverless Jobs, Containers and Functions"
description="Differences between Serverless products."
url="/serverless-functions/reference-content/difference-jobs-functions-containers/"
label="See more"
/>
</Grid>

## Serverless Functions troubleshooting pages

- [I am unable to create a Serverless Functions namespace](/serverless-functions/troubleshooting/cannot-create-namespace/)
- [My secrets and variables are not injected properly in my function](/serverless-functions/troubleshooting/cannot-inject-secret-variable/)
- [My function does not build properly](/serverless-functions/troubleshooting/function-build-error/)
- [My function is in an error state](/serverless-functions/troubleshooting/function-in-error-state/)
- [My function stopped working after a redeploy](/serverless-functions/troubleshooting/function-stopped-after-redeploy/)
- [Unable to find the function handler](/serverless-functions/troubleshooting/handler-not-found/)
- [Tests fail on Serverless Functions](/serverless-functions/troubleshooting/tests-fail-on-function/)
- [I am experiencing timeout errors](/serverless-functions/troubleshooting/timeout-error/)
- [My function fails after trying too many times](/serverless-functions/troubleshooting/too-many-retries/)
63 changes: 62 additions & 1 deletion pages/serverless-jobs/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,65 @@ meta:
content:
h1: Jobs - Troubleshooting
paragraph: Troubleshooting guide for Scaleway Serverless Jobs.
---
dates:
posted: 2025-03-13
validation: 2025-03-13
categories:
- serverless
---

<ProductHeader
productName="Jobs troubleshooting"
productLogo="jobs"
description="Find resources for resolving issues with Scaleway Serverless Jobs."
/>

## Featured Pages

<Grid>
<DefaultCard
title="Serverless Jobs FAQ"
description="General info on Serverless Jobs"
url="/faq/serverless-jobs/"
label="See more"
/>
<DefaultCard
title="Methods to deploy Serverless Jobs"
description="Find the best way to deploy Jobs."
url="/serverless-jobs/reference-content/deploy-job/"
label="See more"
/>
<DefaultCard
title="Jobs limitations"
description="Technical limitations of Serverless Jobs."
url="/serverless-jobs/reference-content/Jobs-limitations/"
label="See more"
/>
</Grid>
<Grid>
<DefaultCard
title="Serverless Jobs billing"
description="Detailed pricing model."
url="/serverless-jobs/reference-content/Jobs-billing/"
label="See more"
/>
<DefaultCard
title="Serverless Jobs handler reference"
description="Understand the behavior of handlers."
url="/serverless-jobs/reference-content/Jobs-handlers/"
label="See more"
/>
<DefaultCard
title="Differences between Serverless Jobs, Containers and Functions"
description="Differences between Serverless products."
url="/serverless-jobs/reference-content/difference-jobs-functions-containers/"
label="See more"
/>
</Grid>

## Serverless Jobs troubleshooting pages

- [My secrets and variables are not injected properly in my job](/serverless-jobs/troubleshooting/cannot-inject-secret-variable/)
- [I cannot retrieve an external image for my job](/serverless-jobs/troubleshooting/cannot-retrieve-external-image/)
- [My Job run is in an error state](/serverless-jobs/troubleshooting/job-in-error-state/)
- [Missing metrics for my Job Run](/serverless-jobs/troubleshooting/missing-metrics/)
Loading