Skip to content

Commit 94a2fc4

Browse files
committed
2 parents 5d1c24b + 0108295 commit 94a2fc4

File tree

230 files changed

+1318
-2754
lines changed

Some content is hidden

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

230 files changed

+1318
-2754
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scaleway InterLink is now available in Public Beta!
3+
status: added
4+
date: 2025-04-23
5+
category: network
6+
product: interlink
7+
---
8+
9+
Scaleway InterLink is a new network product that offers a direct, private, fast, and secure connection between your infrastructure (on-premise, private cloud, or another public cloud) and your Scaleway VPC. This connection bypasses the public internet, providing a reliable and low-latency connectivity solution. [Read the documentation](https://www.scaleway.com/en/docs/interlink/).
10+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: The SQL request size limit increased to 1,024 KB for Serverless SQL Databases
3+
status: changed
4+
date: 2025-04-23
5+
category: serverless
6+
product: sql-databases
7+
---
8+
9+
The SQL request size limit for Serverless SQL Databases increased from 512 KB to 1,024 KB.
10+
Note that responses to SQL queries are not limited in size and can exceed 1,024 KB.
11+

changelog/february2025/2025-02-14-managed-inference-added-new-model-preview-deepseek-r1-d.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ category: ai-data
99
product: managed-inference
1010
---
1111

12-
[DeepSeek R1 Distilled Llama 70B](/managed-inference/reference-content/deepseek-r1-distill-llama-70b/) is now available on Managed Inference.
12+
[DeepSeek R1 Distilled Llama 70B](/managed-inference/reference-content/model-catalog/#deepseek-r1-distill-llama-70b) is now available on Managed Inference.
1313

1414
DeepSeek R1 Distilled Llama improves Llama model performance on reasoning use cases like mathematics or code.
1515

changelog/september2024/2024-09-05-managed-inference-added-model-library-expanded.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ category: ai-data
99
product: managed-inference
1010
---
1111

12-
[Meta Llama 3.1 8b](/managed-inference/reference-content/llama-3.1-8b-instruct/), [Meta Llama 3.1 70b](/managed-inference/reference-content/llama-3.1-70b-instruct/) and [Mistral Nemo](/managed-inference/reference-content/mistral-nemo-instruct-2407/) are available for deployment on Managed Inference.
12+
[Meta Llama 3.1 8b](/managed-inference/reference-content/model-catalog/#llama-31-8b-instruct), [Meta Llama 3.1 70b](/managed-inference/reference-content/model-catalog/llama-31-70b-instruct) and [Mistral Nemo](/managed-inference/reference-content/model-catalog/#mistral-nemo-instruct-2407) are available for deployment on Managed Inference.
1313

1414
Released July 2024, these models all support a very large context window of up to 128k tokens, particularly useful for RAG applications.
1515

macros/console/create-account.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,4 @@ Fill out the required fields, then click **Add billing address**. This address w
4141

4242
### Add your payment method
4343
Enter your credit card information, then click **Add payment method**. We will send you an authorization charge of €1, which will be automatically reimbursed within two days. A [3D Secure](https://en.wikipedia.org/wiki/3-D_Secure) validation is initiated. Depending on your bank, you may be asked to enter a code received by SMS or to confirm via an application on your smartphone.
44-
Note that prepaid cards and some virtual cards are not accepted as a payment method.
45-
46-
### Validate your payment method
47-
<Message type="note">
48-
This step is necessary for security purposes, but does not prevent you from using Scaleway resources. **You have 10 days to validate your credit card** once it's added.
49-
</Message>
50-
When checking your bank statement, look for a €1 transaction labeled "SCW", followed by a 4-digit code (e.g., SCW* C-1234).
51-
1. Enter the 4-digit code.
52-
2. Click **Verify payment method**.
44+
Note that prepaid cards and some virtual cards are not accepted as a payment method.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
macro: ssh-bastion-mdb
3+
---
4+
5+
<Message type="note">
6+
Managed MongoDB® is currently not compatible with the [Static NAT](/public-gateways/concepts/#nat) feature of [Scaleway Public Gateways](/public-gateways/concepts/#public-gateway). Instead, you can use Public Gateways' [SSH bastion](/public-gateways/how-to/use-ssh-bastion/) feature and perform port forwarding. Follow the steps below to connect using SSH bastion.
7+
</Message>
8+
9+
If you want to connect locally to a Database Instance that is not accessible via the public internet, you can use SSH Bastion and connect it to the same Private Network the Database Instance is connected to.
10+
11+
1. Open an SSH tunnel with port forwarding:
12+
13+
```
14+
ssh -L local_port:instance_id.network_id.internal:27017 bastion@gatewayIP -p 61000 -N
15+
```
16+
17+
2. Connect using `mongosh`:
18+
19+
```
20+
mongosh --host localhost --port local_port --username "username"
21+
```

macros/databases/ssh-bastion.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
macro: ssh-bastion
3+
---
4+
5+
<Message type="important">
6+
Managed Databases for PostgreSQL and MySQL are currently not compatible with the [Static NAT](/public-gateways/concepts/#nat) feature of [Scaleway Public Gateways](/public-gateways/concepts/#public-gateway). Instead, you can use Public Gateways' [SSH bastion](/public-gateways/how-to/use-ssh-bastion/) feature and perform port forwarding. Follow the steps below to connect using SSH bastion.
7+
</Message>
8+
9+
If you want to connect locally to a Database Instance that is not accessible via the public internet, you can use SSH bastion and connect it to the same Private Network the Database Instance is connected to.
10+
11+
1. Open an SSH tunnel with port forwarding:
12+
13+
```
14+
ssh -L <local_port>:<database_private_ip>:<database_port> bastion@<bastion_ip> -p<bastion_port> -N
15+
```
16+
17+
2. Connect using `psql`:
18+
19+
```
20+
psql -h localhost --port <local_port> -d <database> -U <user>
21+
```

macros/serverless/container-registry-note.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
macro: container-registry-note
33
---
44

5-
[Scaleway's Container Registry](/container-registry/) allows for a seamless integration with Serverless Containers and Jobs at a [competitive price](/container-registry/faq//#how-am-i-billed-for-scaleway-container-registry).
5+
[Scaleway's Container Registry](/container-registry/) allows for a seamless integration with Serverless Containers and Jobs at a [competitive price](/container-registry/faq/#how-am-i-billed-for-scaleway-container-registry).
66
Serverless products support external public registries (such as [Docker Hub](https://hub.docker.com/search?q=)), but we do not recommend using them due to uncontrolled rate limiting, which can lead to failures when starting resources, unexpected usage conditions, and pricing changes.

menu/navigation.json

Lines changed: 18 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -881,76 +881,8 @@
881881
"slug": "function-calling-support"
882882
},
883883
{
884-
"label": "BGE-Multilingual-Gemma2 model",
885-
"slug": "bge-multilingual-gemma2"
886-
},
887-
{
888-
"label": "Llama-3-8b-instruct model",
889-
"slug": "llama-3-8b-instruct"
890-
},
891-
{
892-
"label": "Llama-3-70b-instruct model",
893-
"slug": "llama-3-70b-instruct"
894-
},
895-
{
896-
"label": "Llama-3.1-8b-instruct model",
897-
"slug": "llama-3.1-8b-instruct"
898-
},
899-
{
900-
"label": "Llama-3.1-70b-instruct model",
901-
"slug": "llama-3.1-70b-instruct"
902-
},
903-
{
904-
"label": "Llama-3.1-nemotron-70b-instruct model",
905-
"slug": "llama-3.1-nemotron-70b-instruct"
906-
},
907-
{
908-
"label": "Llama-3.3-70b-instruct model",
909-
"slug": "llama-3.3-70b-instruct"
910-
},
911-
{
912-
"label": "DeepSeek-R1-Distill-Llama-70B model",
913-
"slug": "deepseek-r1-distill-llama-70b"
914-
},
915-
{
916-
"label": "DeepSeek-R1-Distill-Llama-8B model",
917-
"slug": "deepseek-r1-distill-llama-8b"
918-
},
919-
{
920-
"label": "Mistral-7b-instruct-v0.3 model",
921-
"slug": "mistral-7b-instruct-v0.3"
922-
},
923-
{
924-
"label": "Mistral-nemo-instruct-2407 model",
925-
"slug": "mistral-nemo-instruct-2407"
926-
},
927-
{
928-
"label": "Mixtral-8x7b-instruct-v0.1 model",
929-
"slug": "mixtral-8x7b-instruct-v0.1"
930-
},
931-
{
932-
"label": "Molmo-72b-0924 model",
933-
"slug": "molmo-72b-0924"
934-
},
935-
{
936-
"label": "Moshika-0.1-8b model",
937-
"slug": "moshika-0.1-8b"
938-
},
939-
{
940-
"label": "Moshiko-0.1-8b model",
941-
"slug": "moshiko-0.1-8b"
942-
},
943-
{
944-
"label": "Pixtral-12b-2409 model",
945-
"slug": "pixtral-12b-2409"
946-
},
947-
{
948-
"label": "Qwen2.5-coder-32b-instruct model",
949-
"slug": "qwen2.5-coder-32b-instruct"
950-
},
951-
{
952-
"label": "Sentence-t5-xxl model",
953-
"slug": "sentence-t5-xxl"
884+
"label": "Managed Inference model catalog",
885+
"slug": "model-catalog"
954886
}
955887
],
956888
"label": "Additional Content",
@@ -1650,6 +1582,10 @@
16501582
"label": "Choosing an Instance type",
16511583
"slug": "choosing-instance-type"
16521584
},
1585+
{
1586+
"label": "Choosing bewteen shared or dedicated CPUs",
1587+
"slug": "choosing-shared-vs-dedicated-cpus"
1588+
},
16531589
{
16541590
"label": "Instances datasheet",
16551591
"slug": "instances-datasheet"
@@ -1817,6 +1753,10 @@
18171753
{
18181754
"label": "Understanding NVIDIA FP8 format",
18191755
"slug": "understanding-nvidia-fp8"
1756+
},
1757+
{
1758+
"label": "Understanding NVIDIA NVLink",
1759+
"slug": "understanding-nvidia-nvlink"
18201760
}
18211761
],
18221762
"label": "Additional Content",
@@ -2269,6 +2209,10 @@
22692209
"label": "Connect to a Database Instance",
22702210
"slug": "connect-database-instance"
22712211
},
2212+
{
2213+
"label": "Connect a Database Instance to a Private Network",
2214+
"slug": "connect-database-private-network"
2215+
},
22722216
{
22732217
"label": "Create a database",
22742218
"slug": "add-a-database"
@@ -2341,10 +2285,6 @@
23412285
"label": "Apply scheduled maintenance",
23422286
"slug": "apply-maintenance"
23432287
},
2344-
{
2345-
"label": "Connect a Database Instance to a Private Network",
2346-
"slug": "connect-database-private-network"
2347-
},
23482288
{
23492289
"label": "Remove a public endpoint",
23502290
"slug": "remove-public-endpoint"
@@ -2535,6 +2475,10 @@
25352475
"label": "Quickstart",
25362476
"slug": "quickstart"
25372477
},
2478+
{
2479+
"label": "FAQ",
2480+
"slug": "faq"
2481+
},
25382482
{
25392483
"items": [
25402484
{

pages/account/how-to/open-a-support-ticket.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Providing a clear subject and description will help us resolve your issue faster
5252
Example: “The issue occurs when attempting to start an Instance after applying a configuration update in the Scaleway console.”
5353

5454
- **Expected behavior:** explain what you expected to happen.
55-
Example: “The instance should start within 2 minutes without errors.”
55+
Example: “The Instance should start within 2 minutes without errors.”
5656

5757
- **Actual behavior:** describe what is happening instead.
5858
Example: “The Instance remains in "Starting" status for over 10 minutes and then switches to "Error".
@@ -71,7 +71,6 @@ Examples:
7171
- Screenshot of the network tab of your browser’s Developer Tools (right-click anywhere on the page and select **Inspect**. Go to the **Network tab** in the Developer Tools panel.)
7272
- Logs
7373

74-
7574
<Message type="important">
7675
If you have lost access to the Scaleway console and want to create a ticket, you must first [follow this procedure](/account/how-to/use-2fa/#how-to-regain-access-to-your-account) to regain access to your account.
77-
</Message>
76+
</Message>

0 commit comments

Comments
 (0)