Skip to content

Commit 1f2fee9

Browse files
committed
fix(gen): fix content after doc rework
1 parent 02e3c33 commit 1f2fee9

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

pages/instances/how-to/use-boot-modes.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to use boot modes for Scaleway Instances.
88
tags: boot-mode boot mode boot instance bootscript
99
dates:
10-
validation: 2024-08-26
10+
validation: 2025-01-24
1111
posted: 2021-05-26
1212
categories:
1313
- compute
@@ -16,17 +16,17 @@ categories:
1616
You can boot your Instances using local boot or a rescue image. This page explains how to use each of these boot modes.
1717

1818
<Message type="tip">
19-
- You can choose to use **cloud-init** when [creating an Instance](/instances/how-to/create-an-instance/) via **Advanced settings**. This enables you to control the mode of the Instance's very first boot.
20-
- Your Instance must be [powered off](/instances/how-to/power-off-instance/) in order to change its boot mode.
19+
- You can choose to use **cloud-init** when [creating an Instance](/compute/instances/how-to/create-an-instance/) via **Advanced settings**. This enables you to control the mode of the Instance's very first boot.
20+
- Your Instance must be [powered off](/compute/instances/how-to/power-off-instance/) in order to change its boot mode.
2121
</Message>
2222

2323

2424
<Macro id="requirements" />
2525

2626
- A Scaleway account logged into the [console](https://console.scaleway.com)
27-
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
28-
- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
29-
- An [Instance](/instances/how-to/create-an-instance/)
27+
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
28+
- An [SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/)
29+
- An [Instance](/compute/instances/how-to/create-an-instance/)
3030

3131
## How to use local boot
3232

@@ -58,7 +58,7 @@ Rescue mode restarts your Instance via the network on a minimal operating system
5858

5959
## How to use cloud-init
6060

61-
[Cloud-init](/instances/concepts/#cloud-init) enables automatic configuration of an Instance as it boots into the cloud, turning it from a generic Ubuntu image into a configured server in a few seconds.
61+
[Cloud-init](/compute/instances/concepts/#cloud-init) enables automatic configuration of an Instance as it boots into the cloud, turning it from a generic Ubuntu image into a configured server in a few seconds.
6262

6363
The cloud-init program can consume and execute data from the user-data field of the Scaleway console. The process then behaves differently depending on the format of the information it finds. One of the most popular formats for scripts within user-data is the cloud-config file format. Cloud-config files are special scripts designed to be run by the cloud-init process.
6464
These are generally used for initial configuration on the very first boot of a server. **Cloud-init is available for all Scaleway Instances OS images.**
@@ -93,7 +93,7 @@ Follow the instructions below to reboot an existing Instance using cloud-init.
9393
Your Instance is rebooted using cloud-init.
9494
## How to change the boot volume
9595

96-
The [boot-on-block](/instances/concepts/#boot-on-block) feature allows Instances to boot from attached [Block Storage](/instances/concepts/#block-volumes) volumes instead of local volumes. When [creating an Instance](/instances/how-to/create-an-instance/), you can select Block Storage as a boot volume.
96+
The [boot-on-block](/compute/instances/concepts/#boot-on-block) feature allows Instances to boot from attached [Block Storage](/compute/instances/concepts/#block-volumes) volumes instead of local volumes. When [creating an Instance](/compute/instances/how-to/create-an-instance/), you can select Block Storage as a boot volume.
9797

9898
Once the Instance is created, you can select a different volume to boot from.
9999

@@ -106,5 +106,3 @@ Once the Instance is created, you can select a different volume to boot from.
106106
<Message type="important">
107107
If you have two or more volumes with identical operating systems, or a volume with no operating system, choosing one of these as your boot volume may cause unpredictable boot behavior.
108108
</Message>
109-
110-

pages/instances/reference-content/instances-bandwidth-overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Find detailed information about the internet and Block Storage bandwidth for each Instance type at Scaleway.
88
tags: instance
99
dates:
10-
validation: 2025-01-07
10+
validation: 2025-01-24
1111
posted: 2024-11-19
1212
categories:
1313
- compute
@@ -27,7 +27,7 @@ Bandwidth impacts how your applications perform and interact with other systems.
2727
</Message>
2828

2929
<Message type="tip">
30-
To maximize compatibility with [Block Storage Low Latency 15k](/block-storage/), select an Instance with **at least 3 GiB/s** of Block bandwidth.
30+
To maximize compatibility with [Block Storage Low Latency 15k](/storage/block/), select an Instance with **at least 3 GiB/s** of Block bandwidth.
3131
</Message>
3232

3333
## COPARM Range
@@ -127,4 +127,4 @@ Bandwidth impacts how your applications perform and interact with other systems.
127127
|-----------------------|-------------------------|---------------------|
128128
| POP2-HN-3 | 3 Gbit/s | 400 MiB/s |
129129
| POP2-HN-5 | 5 Gbit/s | 800 MiB/s |
130-
| POP2-HN-10 | 10 Gbit/s | 800 MiB/s |
130+
| POP2-HN-10 | 10 Gbit/s | 800 MiB/s |

pages/kubernetes/api-cli/managing-storage.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to manage Block Storage volumes using Scaleway's CSI driver on Kubernetes Kapsule and Kosmos clusters.
88
tags: block-storage scaleway-csi kubernetes pvc
99
dates:
10-
validation: 2025-01-15
10+
validation: 2025-01-24
1111
posted: 2021-08-12
1212
categories:
1313
- kubernetes
@@ -18,13 +18,13 @@ The [Scaleway Block Storage volume](https://www.scaleway.com/en/block-storage/)
1818
<Macro id="requirements" />
1919

2020
- A Scaleway account logged into the [console](https://console.scaleway.com)
21-
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22-
- A valid [API key](/iam/how-to/create-api-keys/)
21+
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22+
- A valid [API key](/identity-and-access-management/iam/how-to/create-api-keys/)
2323
- Your Scaleway Project or Organization ID
24-
- [Created](/kubernetes/how-to/create-cluster/) a Kubernetes cluster running on Scaleway Instances (v1.21+)
24+
- [Created](/containers/kubernetes/how-to/create-cluster/) a Kubernetes cluster running on Scaleway Instances (v1.21+)
2525

2626
<Message type="tip">
27-
Refer to our video tutorial [Getting Started with Kubernetes Part 4 - Storage](/kubernetes/videos/) to view a visual presentation and step-by-step guidance of how to manage Block Storage volumes on Kubernetes with the Scaleway CSI.
27+
Refer to our video tutorial [Getting Started with Kubernetes Part 4 - Storage](/containers/kubernetes/videos/) to view a visual presentation and step-by-step guidance of how to manage Block Storage volumes on Kubernetes with the Scaleway CSI.
2828
</Message>
2929

3030
## Verification of CSI driver status
@@ -35,9 +35,9 @@ To verify if the driver is running, use the following command:
3535
kubectl get csidriver
3636
```
3737

38-
The output of this command provides a quick status update on the CSI plugin within your Kubernetes cluster. For the latest features and enhancements, consider upgrading to [release 0.3](https://github.com/scaleway/scaleway-csi/tree/release-0.3#block-storage-low-latency), which supports **[Block Storage low latency](/block-storage/quickstart/)** volumes.
38+
The output of this command provides a quick status update on the CSI plugin within your Kubernetes cluster. For the latest features and enhancements, consider upgrading to [release 0.3](https://github.com/scaleway/scaleway-csi/tree/release-0.3#block-storage-low-latency), which supports **[Block Storage low latency](/storage/block/quickstart/)** volumes.
3939

40-
To identify your current CSI release version, navigate to the [Cockpit interface](/cockpit/how-to/access-grafana-and-managed-dashboards/), specifically the **Kubernetes Cluster - Overview** dashboard.
40+
To identify your current CSI release version, navigate to the [Cockpit interface](/observability/cockpit/how-to/access-grafana-and-managed-dashboards/), specifically the **Kubernetes Cluster - Overview** dashboard.
4141

4242
## Upgrading to CSI version 0.3
4343

@@ -103,4 +103,4 @@ This command will confirm that the migration was successful.
103103
<Message type="tip">
104104
* `sbs-5k` and `sbs-15k` are pre-configured storage classes designed to meet your IOPS requirements. You can achieve the equivalent of setting `iops:5k` in your custom class.
105105
</Message>
106-
* [Encrypting volumes](https://github.com/scaleway/scaleway-csi/tree/release-0.3/examples/kubernetes#encrypting-volumes)
106+
* [Encrypting volumes](https://github.com/scaleway/scaleway-csi/tree/release-0.3/examples/kubernetes#encrypting-volumes)

0 commit comments

Comments
 (0)