Skip to content

Commit ece113e

Browse files
authored
Merge branch 'main' into MTA-5785
2 parents 37b158f + 525bc1e commit ece113e

File tree

57 files changed

+1549
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1549
-155
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: TEM Scale Plan now available
3+
status: added
4+
date: 2025-03-17
5+
category: managed-services
6+
product: transactional-email
7+
---
8+
9+
The new Scale Plan is now available, including 100K emails/month and a dedicated IP for optimal deliverability.
10+
11+
Discover all the details in our [documentation](https://www.scaleway.com/en/docs/transactional-email/how-to/manage-tem-plans/).
12+
13+
Explore it now in the [Scaleway console](https://console.scaleway.com/transactional-email/plans).
14+
15+

docs/TROUBLESHOOTING_TEMPLATE.mdx

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
meta:
3+
title: &title Title describing the PROBLEM (I cannot..., I am experiencing..., My resource..., I am unable to..., Resource not found, etc.)
4+
description: &desc Description for SEO and referencing purposes that complements the title
5+
content:
6+
h1: *title
7+
paragraph: *desc
8+
tags: fail error troubleshooting help unable cannot
9+
dates:
10+
validation: 2025-03-10
11+
posted: 2025-03-10
12+
categories:
13+
- XXXXX
14+
---
15+
16+
## Problem
17+
18+
A short explanation of the problem, including symptoms, error message/code, unexpected behavior, etc.
19+
20+
<Message type="note">
21+
If several problems are listed, use the following structure for the page:
22+
```
23+
## Problem 1
24+
### Cause
25+
### Solution
26+
27+
## Problem 2
28+
### Cause
29+
### Solution
30+
31+
[...]
32+
33+
## Going further
34+
```
35+
</Message>
36+
37+
## Cause
38+
39+
Explain the reason(s) why this error happened. A problem can have several causes, in this case, list every possible cause.
40+
41+
## Possible solution
42+
43+
List the possible solution(s) to solve the issue. It can be a list of items to check, a procedure, links to other documentation, etc.
44+
45+
## Going further
46+
47+
Provide links to documentation pages that may be useful if the issue has not been solved.
48+
49+
If required, add a paragraph containing elements to provide the support with when creating a support ticket.
50+
51+
<Macro id="troubleshooting-ticket">

faq/loadbalancer.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Yes: Check out our documentation on:
2727

2828
By default, each [public](/load-balancer/concepts/#accessibility) Load Balancer is created automatically with a flexible IPv4 address. This is a public IP that can be held in your account even after you delete your Load Balancer. You can optionally also add an IPv6 address.
2929

30+
**This IP address is fixed and does not risk changing once attached to your Load Balancer**.
31+
3032
Your frontend listens to your Load Balancer's public flexible IP address. In case of a failure of the Load Balancer, a replica Load Balancer is immediately spawned and deployed, and the IP address is automatically rerouted to this replica. This is done automatically, by the Load Balancer control subsystems.
3133

3234
When you delete a Load Balancer, you can choose to keep its flexible IP(s) in your account, to reuse later with a new Load Balancer. These flexible IPs are not compatible with other Scaleway products (e.g. Instances, Elastic Metal servers, Public Gateways): each resource has its own set of flexible IPs.
@@ -35,6 +37,12 @@ When you delete a Load Balancer, you can choose to keep its flexible IP(s) in yo
3537

3638
Each Load Balancer can have one public IPv4 address and one public IPv6 address. Currently, it is not possible to assign more than one of each type of IP to a given Load Balancer.
3739

40+
## How can I move my Instance's flexible IP address to my Load Balancer?
41+
42+
This is not possible: flexible IPs are scoped to the resource-type that they were created for. You can move a flexible IP between different Instances, but not move it to a Load Balancer.
43+
44+
Watch this space for resource-agnostic flexible IPs in the future.
45+
3846
## Do Load Balancers support external IPv6 connections?
3947

4048
Yes, Load Balancer supports both IPv4 and IPv6 addresses at the frontend. IPv6 can also be used to communicate between the Load Balancer and your backend servers.
@@ -60,6 +68,8 @@ To take advantage of multi-cloud, you must choose a compatible Load Balancer off
6068

6169
All protocols based on `TCP` are supported. This includes `database`, `HTTP`, `LDAP`, `IMAP` and so on. You can also specify `HTTP` to benefit from support and features that are exclusive to this protocol.
6270

71+
Scaleway Load Balancer does not currently support `UDP`.
72+
6373
## Is it possible to add security to restrict access to a URL or port on the Load Balancer?
6474

6575
Yes, you can restrict the use of a `TCP` port or `HTTP` URL using ACLs. Find more information in our [ACL documentation](/load-balancer/how-to/create-manage-acls/).
@@ -78,4 +88,8 @@ A health check is one of the core concepts for a well-functioning Load Balancer.
7888

7989
## Can I set up a caching service for my load balanced application?
8090

81-
Yes, this is possible with Scaleway's [Edge Services](/edge-services/) product, currently in Public Beta. By creating an Edge Services pipeline for your Load Balancer, you can access Edge Services caching service reduce load on your origin.
91+
Yes, this is possible with Scaleway's [Edge Services](/edge-services/) product, currently in Public Beta. By creating an Edge Services pipeline for your Load Balancer, you can access Edge Services caching service reduce load on your origin.
92+
93+
## How can I add extra security such as a firewall or anti-DDOS to my Load Balancer?
94+
95+
This will be available soon via [Edge Services](/edge-services/), watch this space.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
macro: troubleshooting-ticket
3+
---
4+
5+
If you still cannot solve your problem, [open a support ticket](/account/how-to/open-a-support-tickets/#writing-an-effective-subject-and-description), providing as many details as possible including the information below:
6+
- Resource ID
7+
- Resource name
8+
- Date and time (timestamp)
9+
- User-agent (SDK, client, console, etc.)
10+
- Transaction ID (if possible)
11+
- Log / trace of the error (if possible)
12+
- Screenshots (using our secure [pastebin tool](https://privatebin.iliad.fr/))
13+
- HTTP status code (if applicable)
14+
- Request type (PUT, GET, etc., if applicable)
15+
16+
<Grid>
17+
<DefaultCard
18+
title="AI search"
19+
description="Use our AI assistant to find solutions."
20+
url="/ai-search/"
21+
label="Ask AI"
22+
/>
23+
<DefaultCard
24+
title="FAQ"
25+
description="Get general information on Scaleway products."
26+
url="/faq/"
27+
label="Read FAQ"
28+
/>
29+
</Grid>

menu/navigation.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,17 +414,21 @@
414414
{
415415
"items": [
416416
{
417-
"label": "IAM Overview",
417+
"label": "Understanding Scaleway IAM",
418418
"slug": "overview"
419419
},
420420
{
421421
"label": "Users, groups and applications",
422422
"slug": "users-groups-and-applications"
423423
},
424424
{
425-
"label": "Policies",
425+
"label": "Understanding IAM Policies",
426426
"slug": "policy"
427427
},
428+
{
429+
"label": "Understanding policy conditions",
430+
"slug": "understanding-policy-conditions"
431+
},
428432
{
429433
"label": "Permission sets",
430434
"slug": "permission-sets"
@@ -3623,6 +3627,22 @@
36233627
},
36243628
{
36253629
"items": [
3630+
{
3631+
"label": "I am having problems configuring my Load Balancer",
3632+
"slug": "configuration"
3633+
},
3634+
{
3635+
"label": "I am experiencing connection problems and HTTP errors with my Load Balancer",
3636+
"slug": "http-connection-errors"
3637+
},
3638+
{
3639+
"label": "I am having problems with my Load Balancer's certificate",
3640+
"slug": "certificates"
3641+
},
3642+
{
3643+
"label": "I am experiencing problems with my Kubernetes Load Balancer",
3644+
"slug": "k8s-errors"
3645+
},
36263646
{
36273647
"label": "Load Balancer Limitations",
36283648
"slug": "load-balancer-limitations"

pages/apple-silicon/troubleshooting/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,33 @@ categories:
2727
/>
2828
<DefaultCard
2929
title="SSH connection issues"
30-
description="This page helps you to resolve connection issues to your Mac mini via SSH."
30+
description="Fix SSH connection issues on Mac mini."
3131
url="/apple-silicon/troubleshooting/cant-connect-using-ssh/"
3232
label="See more"
3333
/>
3434
<DefaultCard
3535
title="Remote desktop errors"
36-
description="Learn how to solve remote desktop (VNC) connection issues to your Mac mini."
36+
description="Solve VNC connection issues on Mac mini."
3737
url="/apple-silicon/troubleshooting/cant-connect-using-vnc/"
3838
label="See more"
3939
/>
4040
</Grid>
4141
<Grid>
4242
<DefaultCard
4343
title="Fixing Mac mini account creation errors"
44-
description="Common Apple account creation issues from your hosted Mac mini and how to fix them."
44+
description="Resolve Apple account setup issues."
4545
url="/apple-silicon/troubleshooting/cant-create-apple-account/"
4646
label="See more"
4747
/>
4848
<DefaultCard
4949
title="Troubleshooting deletion issues with Mac minis"
50-
description="Resolve issues you may encounter when trying to delete a Mac mini."
50+
description="Fix Mac mini deletion problems."
5151
url="/apple-silicon/troubleshooting/cant-delete-mac-mini/"
5252
label="See more"
5353
/>
5454
<DefaultCard
5555
title="Bare Metal Shared Responsibility Model"
56-
description="Understand the division of duties between Scaleway and our users."
56+
description="Scaleway and user responsibilities."
5757
url="/elastic-metal/reference-content/shared-responsibility-model/"
5858
label="See more"
5959
/>
Lines changed: 56 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,59 @@
11
---
22
meta:
3-
title: &title Billing - Troubleshooting
4-
description: &desc Billing Troubleshooting
3+
title: Billing - Troubleshooting
4+
description: Find troubleshooting resources for resolving issues with Scaleway Billing.
55
content:
6-
h1: *title
7-
paragraph: *desc
8-
---
6+
paragraph: Find troubleshooting resources for resolving issues with Scaleway Billing.
7+
dates:
8+
posted: 2023-10-05
9+
categories:
10+
- billing
11+
---
12+
13+
<ProductHeader
14+
productName="Billing troubleshooting"
15+
productLogo="accountBilling"
16+
description="Discover how to solve the most common issues with Scaleway billing"
17+
/>
18+
19+
## Featured Pages
20+
21+
<Grid>
22+
<DefaultCard
23+
title="Billing FAQ"
24+
description="General info on Scaleway billing."
25+
url="/faq/billing/"
26+
label="See more"
27+
/>
28+
<DefaultCard
29+
title="How to add a payment method"
30+
description="Guide to adding a payment method."
31+
url="/billing/how-to/add-payment-method/"
32+
label="See more"
33+
/>
34+
<DefaultCard
35+
title="How to change your payment method"
36+
description="Update and manage your payment method."
37+
url="/billing/how-to/change-payment-method/"
38+
label="See more"
39+
/>
40+
</Grid>
41+
<Grid>
42+
<DefaultCard
43+
title="How to change your billing information"
44+
description="Manage your billing information in the Scaleway console."
45+
url="/billing/how-to/change-billing-information/"
46+
label="See more"
47+
/>
48+
<DefaultCard
49+
title="Reading an invoice"
50+
description="Learn more about the information displayed in a Scaleway invoice."
51+
url="/billing/additional-content/reading-an-invoice/"
52+
label="See more"
53+
/>
54+
</Grid>
55+
56+
## Billing troubleshooting pages
57+
58+
- [Fix common billing issues](/billing/troubleshooting/fix-common-billing-issues/)
59+
- [I cannot add a payment method](/billing/troubleshooting/cannot-add-payment-method/)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
meta:
3+
title: Block Storage - Troubleshooting
4+
description: $desc Find troubleshooting resources for resolving issues with Scaleway Block Storage.
5+
content:
6+
paragraph: *desc
7+
dates:
8+
posted: 2025-03-12
9+
validation: 2025-03-12
10+
categories:
11+
- serverless
12+
---
13+
<ProductHeader
14+
productName="Block Storage troubleshooting"
15+
productLogo="blockStorage"
16+
description="Find resources for resolving issues with Scaleway Block Storage"
17+
/>
18+
## Featured Pages
19+
<Grid>
20+
<DefaultCard
21+
title="Block Storage FAQ"
22+
description="General info on Block Storage."
23+
url="/faq/block-storage/"
24+
label="See more"
25+
/>
26+
<DefaultCard
27+
title="Different Block Storage volume types"
28+
description="Learn about different types of blocks."
29+
url="/block-storage/reference-content/differences-between-5kiops-volumes/"
30+
label="See more"
31+
/>
32+
<DefaultCard
33+
title="Migrating from Instances API to Block Storage API"
34+
description="Advantages of migration."
35+
url="/#"
36+
label="See more"
37+
/>
38+
</Grid>

pages/container-registry/troubleshooting/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ categories:
2727
/>
2828
<DefaultCard
2929
title="Common errors when pushing images to Container Registry"
30-
description="Troubleshoot issues that may prevent you from pushing images to Scaleway's Container Registry."
30+
description="Fix issues when pushing images."
3131
url="/container-registry/troubleshooting/common-errors-when-pushing-images-to-container-registry/"
3232
label="See more"
3333
/>
3434
<DefaultCard
3535
title="Container Registry API documentation"
36-
description="Learn how to interact with Container Registry using the API."
36+
description="Use the API to interact with Registry."
3737
url="https://www.scaleway.com/en/developers/api/registry/"
3838
label="See more"
3939
/>

pages/data-lab/troubleshooting/index.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,28 @@ meta:
55
content:
66
h1: Distributed Data Lab Troubleshooting
77
paragraph: Troubleshoot common issues with Scaleway Distributed Data Lab.
8+
dates:
9+
posted: 2025-03-13
10+
validation: 2025-03-13
811
---
12+
13+
<ProductHeader
14+
productName="Distributed Data Lab troubleshooting"
15+
productLogo="distributedDataLab"
16+
description="Find resources for resolving issues with Scaleway Distributed Data Lab."
17+
/>
18+
19+
## Featured Pages
20+
21+
<Grid>
22+
<DefaultCard
23+
title="Distributed Data Lab FAQ"
24+
description="General info on Data Labs."
25+
url="/faq/serverless-sql-databases/"
26+
label="See more"
27+
/>
28+
</Grid>
29+
30+
## Distributed Data Lab troubleshooting pages
31+
32+
- [Troubleshooting Distributed Data Lab execution issues](/data-lab/troubleshooting/cannot-run-data-lab/)

0 commit comments

Comments
 (0)