-
Notifications
You must be signed in to change notification settings - Fork 241
docs(gen): add troubleshooting pages MTA-5446 #4687
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
base: main
Are you sure you want to change the base?
Conversation
|
||
- Check for issues with your API key by following [this procedure](/object-storage/troubleshooting/api-key-does-not-work/). | ||
|
||
- make sure that you have the `ObjectStorageFullAccess` [IAM permission](/iam/concepts/#permission). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- make sure that you have the `ObjectStorageFullAccess` [IAM permission](/iam/concepts/#permission). | |
- Make sure that you have the `ObjectStorageFullAccess` [IAM permission](/iam/concepts/#permission). |
|
||
- make sure that you have the `ObjectStorageFullAccess` [IAM permission](/iam/concepts/#permission). | ||
|
||
- make sure that there is no [bucket policy](/object-storage/api-cli/bucket-policy/) preventing the application to access your bucket. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- make sure that there is no [bucket policy](/object-storage/api-cli/bucket-policy/) preventing the application to access your bucket. | |
- Make sure that there is no [bucket policy](/object-storage/api-cli/bucket-policy/) preventing the application to access your bucket. |
@@ -1,10 +1,10 @@ | |||
--- | |||
meta: | |||
title: I am unable to deploy my image | |||
description: Troubleshoot errors encountered while deploying images with Scaleway Serverless Containers. | |||
title: I am unable to deploy container |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: I am unable to deploy container | |
title: I am unable to deploy my container |
|
||
- Make sure your image embarks a webserver (nginx, Apache, Alpine, etc.) that can process HTTP requests. | ||
|
||
- Make sur your deployment does not exceed the [Serverless Containers limitations](/serverless-containers/reference-content/containers-limitations/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Make sur your deployment does not exceed the [Serverless Containers limitations](/serverless-containers/reference-content/containers-limitations/). | |
- Make sure your deployment does not exceed the [Serverless Containers limitations](/serverless-containers/reference-content/containers-limitations/). |
--- | ||
meta: | ||
title: My database is unavailable | ||
description: Find solutions for unavailable databases with serverless SQL databases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Find solutions for unavailable databases with serverless SQL databases. | |
description: Find solutions for unavailable databases with Serverless SQL Databases. |
description: Find solutions for unavailable databases with serverless SQL databases. | ||
content: | ||
h1: My database is unavailable | ||
paragraph: Find solutions for unavailable databases with serverless SQL databases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paragraph: Find solutions for unavailable databases with serverless SQL databases. | |
paragraph: Find solutions for unavailable databases with Serverless SQL Databases. |
|
||
## Cause | ||
|
||
There are several factors that can put Serverless SQL Databases in an error state: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several factors that can put Serverless SQL Databases in an error state: | |
Several factors can put Serverless SQL Databases in an error state: |
Your checklist for this pull request
Description
Please describe what you added or changed.