Skip to content

Commit f15a30c

Browse files
authored
fix(docs): review (#5285)
1 parent 7c61572 commit f15a30c

File tree

10 files changed

+28
-26
lines changed

10 files changed

+28
-26
lines changed

pages/load-balancer/api-cli/configuring-balancing-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Explore how to configure balancing rules using Scaleway Load Balanc
44
tags: balancing-rule balancing rules api load-balancer
55
dates:
66
posted: 2023-11-27
7-
validation: 2024-12-23
7+
validation: 2025-07-16
88
categories:
99
- network
1010
---

pages/load-balancer/how-to/create-frontends-backends.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create frontends and backends
33
description: Learn how to set up frontends and backends with Scaleway Load Balancer. Step-by-step guide for configuring efficient network routing and load distribution.
44
tags: load-balancer load balancer
55
dates:
6-
validation: 2024-12-23
6+
validation: 2025-07-16
77
posted: 2021-05-26
88
categories:
99
- network

pages/load-balancer/reference-content/configuring-frontends.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- load-balancer
77
- network
88
dates:
9-
validation: 2024-12-23
9+
validation: 2025-07-16
1010
posted: 2023-06-05
1111
---
1212

pages/load-balancer/reference-content/configuring-health-checks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- load-balancer
77
- network
88
dates:
9-
validation: 2024-12-23
9+
validation: 2025-07-16
1010
posted: 2023-06-05
1111
---
1212

pages/load-balancer/troubleshooting/load-balancer-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Load Balancer Limitations
33
description: Discover common limitations of Scaleway Load Balancer and troubleshooting tips to optimize performance. Ensure smooth operation with expert insights and solutions.
44
tags: load-balancer
55
dates:
6-
validation: 2025-01-03
6+
validation: 2025-07-16
77
posted: 2023-06-02
88
categories:
99
- network

pages/managed-inference/how-to/managed-inference-with-private-network.mdx

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: How to use your Managed Inference deployment with a Private Network
3-
description: This page explains how to monitor a Managed Inference deployment
3+
description: Learn how to deploy and manage AI models securely using Scaleway's Managed Inference with a private network configuration, ensuring optimal performance and data protection.
44
tags: managed-inference ai-data private-network
55
dates:
6-
validation: 2025-01-06
6+
validation: 2025-07-16
77
posted: 2024-06-18
88
categories:
99
- ai-data
@@ -17,7 +17,7 @@ import image3 from './assets/scaleway-inference-pn-detach.webp'
1717

1818
In this tutorial, we guide you through the process of attaching a Private Network to your Managed Inference deployment.
1919
This can be done during the initial setup or added later to an existing deployment.
20-
Using a Private Network for communications between your Instances hosting your applications and the Managed Inference deployment ensures secure communication between resources with low latency.
20+
Using a Private Network for communications between the Instances hosting your applications and your Managed Inference deployment ensures secure communication between resources, with low latency.
2121

2222
<Requirements />
2323

@@ -28,16 +28,18 @@ Using a Private Network for communications between your Instances hosting your a
2828

2929
## How to attach a Private Network to a Managed Inference deployment
3030

31-
### Attaching a Private Network during deployment setup
31+
### Attaching a Private Network during model deployment
3232

3333
1. Click **Managed Inference** in the **AI** section of the [Scaleway console](https://console.scaleway.com) side menu. A list of your deployments displays.
34-
2. From the drop-down menu, select the geographical region you want to manage.
35-
3. Navigate to the **Deployments** section and click **Create New Deployment**. The setup wizard displays.
36-
4. During the [setup process](/managed-inference/how-to/create-deployment/), you access the **Networking** section.
37-
5. You will be asked to **attach a Private Network**. Two options are available:
34+
2. From the drop-down menu, select the geographical region where you want to deploy.
35+
3. Navigate to the **Deployments** section and click **Deploy a model**. The setup wizard displays.
36+
4. During the [setup](/managed-inference/how-to/create-deployment/), in the step **Configure network connectivity**, check the **Attach to Private Network** box.
37+
5. Choose one of the following options:
3838
- **Attach an existing Private Network**: Select from the list of available networks.
39-
- **Add a new Private Network**: Choose this option if you need to create a new network.
40-
6. **Confirm your selection** and complete the deployment setup process.
39+
- **Create a new Private Network**: Choose this option (at the bottom of the list) to create a new Private Network to attach the model to.
40+
6. *Complete the deployment setup process and click **Deploy model**.
41+
42+
Your Managed Inference model will be deployed, and it will be attached to the selected Private Network.
4143

4244
### Attaching a Private Network to an existing deployment
4345

@@ -47,17 +49,17 @@ Using a Private Network for communications between your Instances hosting your a
4749
4. Go to the **Overview** tab and locate the **Endpoints** section.
4850
5. Click **Attach Private Network**. Two options are available:
4951
- **Attach an existing Private Network**: Select from the list of available networks.
50-
- **Add a new Private Network**: Choose this option if you need to create a new network.
52+
- **Create a new Private Network**: Choose this option from the end of the list to create a new Private Network to attach the model to.
5153
<Message type="tip">
5254
Alternatively, you can access the **Security tab** and attach a network from the **Private Network** section.
5355
</Message>
54-
6. **Save your changes** to apply the new network configuration.
56+
6. Click **Attach to Private Network** to confirm.
5557

5658
### Verifying the Private Network connection
5759

5860
1. After attaching a Private Network, go to the **Security** tab.
5961
2. You should see the **Private Network** connected to the deployment resource and its **allocated IPs** listed.
60-
<Lightbox image={image} alt="A screenshot of the Scaleway console, hightlighting the Private Network configuration of the Managed Inference deployment" size="medium" />
62+
<Lightbox image={image} alt="A screenshot of the Scaleway console, highlighting the Private Network configuration of the Managed Inference deployment" size="medium" />
6163

6264
## How to send inference requests in a Private Network
6365

@@ -67,7 +69,7 @@ Using a Private Network for communications between your Instances hosting your a
6769
</Message>
6870
2. Download the TLS certificate from your Managed Inference deployment, available from the **Overview** tab in the **Endpoints** section.
6971
<Lightbox image={image2} alt="A screenshot of the Managed Interface product overview tab in the Scaleway console, highlighting the TLS certificate download section" size="medium" />
70-
3. Transfer the TLS certificate to the Instance using the `scp` (secure copy) command to securely transfer the certificate from your local machine to the Scaleway Instance.
72+
3. Transfer the TLS certificate to the Instance. You can use the `scp` (secure copy) command to securely transfer the certificate from your local machine to the Scaleway Instance.
7173
- Example command:
7274
```bash
7375
scp -i ~/.ssh/id_ed25519 /home/user/certs/cert_file.pem [email protected]:/root
@@ -142,7 +144,7 @@ Using a Private Network for communications between your Instances hosting your a
142144
3. Go to the **Overview** tab and locate the **Endpoints** section.
143145
4. Click **Detach Private Network**. A pop-up displays.
144146
<Lightbox image={image3} alt="A screenshot of the Managed Interface product overview tab in the Scaleway console, highlighting the Private Network detach section" size="medium" />
145-
5. Click **Detach Private Network** to confirm the removal of the private endpoint for your deployment.
147+
5. Click **Detach resource** to confirm the removal of the private endpoint for your deployment.
146148
<Message type="tip">
147149
Alternatively, you can access the **Security** tab and detach a network from the **Private Network** section.
148150
</Message>

pages/public-gateways/troubleshooting/gateway-services-not-working.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: I attached the Public Gateway to my Private Network, but the services pro
33
description: This page explains how to troubleshoot connection problems after attaching a Public Gateway to a Private Network but finding that the services provided by the gateway are not working (NAT etc)
44
tags: public-gateway private-network public gateway private network error nat dns
55
dates:
6-
validation: 2025-01-03
6+
validation: 2025-07-16
77
posted: 2021-05-26
88
categories:
99
- network
@@ -24,9 +24,9 @@ First, check whether the gateway is properly plugged into the Private Network. W
2424
4. Go [here](https://ben.akrin.com/?p=1347), and paste the MAC address to get the IPv6 Link-Local Address of your gateway. In our example, using priv0, it is `fe80::000:b1ff:feac:cafe`
2525
5. From your Instance, ping the gateway on its IPv6 link-local address, taking care to specify the Private Network interface. In our example, using `priv0`, the command is `ping fe80::000:b1ff:feac:cafe%priv0`.
2626

27-
If the address does not ping, then you are indeed experiencing this known issue. The best way to fix it is either to delete and recreate the GatewayNetwork (you can keep the same DHCP configuration by specifying a `dhcp_id` upon creation), or attach a dummy Private Network to the gateway.
27+
If the address does not ping, then you are indeed experiencing this known issue. The best way to fix it is either to delete and recreate the GatewayNetwork, or attach a dummy Private Network to the gateway.
2828

29-
If the address does ping, then you may be either experiencing another issue, where the interface gets misconfigured, or just have an error in your configuration. To test for this, update any property of your GatewayNetwork or the associated DHCP configuration in order to trigger a reconfiguration. If this does not fix it, check your configuration.
29+
If the address does ping, then you may be either experiencing another issue, where the interface gets misconfigured, or just have an error in your configuration. To test for this, update any property of your GatewayNetwork in order to trigger a reconfiguration. If this does not fix it, check your configuration.
3030

3131
It may also be useful to try the steps outlined in [this troubleshooting](/vpc/troubleshooting/autoconfig-not-working/).
3232

pages/vpc/how-to/delete-vpc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to delete a VPC
33
description: Discover how to delete a Virtual Private Cloud (VPC) with the Scaleway console. Follow our straightforward guide to safely remove your VPC and manage your cloud infrastructure efficiently."
44
tags: vpc default delete regional virtual-private-cloud
55
dates:
6-
validation: 2025-01-03
6+
validation: 2025-07-16
77
posted: 2023-06-13
88
categories:
99
- network

pages/vpc/reference-content/dns.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understanding Scaleway DNS for VPC and Private Networks
33
description: Learn more about how internal DNS works within the Scaleway ecosystem, and how to ensure your infrastructure is using DNS efficiently.
44
tags: vpc private-network dns dns-server dns-resolution hostname
55
dates:
6-
validation: 2024-12-31
6+
validation: 2025-07-16
77
posted: 2024-12-31
88
categories:
99
- network

pages/vpc/reference-content/vpc-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understanding VPC GA and Migration
33
description: This page outlines the changes that arrived with the VPC product going into General Availability, and how existing configurations were migrated.
44
tags: vpc regional zoned zonal private-networks public-gateway dhcp migration migrate subnet general-availability ga
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
77
posted: 2023-06-20
88
categories:
99
- network

0 commit comments

Comments
 (0)