You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/instances/how-to/use-boot-modes.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ categories:
16
16
You can boot your Instances using local boot or a rescue image. This page explains how to use each of these boot modes.
17
17
18
18
<Messagetype="tip">
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.
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.
21
21
</Message>
22
22
23
23
24
24
<Macroid="requirements" />
25
25
26
26
- A Scaleway account logged into the [console](https://console.scaleway.com)
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/)
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/)
30
30
31
31
## How to use local boot
32
32
@@ -58,7 +58,7 @@ Rescue mode restarts your Instance via the network on a minimal operating system
58
58
59
59
## How to use cloud-init
60
60
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.
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.
62
62
63
63
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.
64
64
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.
93
93
Your Instance is rebooted using cloud-init.
94
94
## How to change the boot volume
95
95
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.
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.
97
97
98
98
Once the Instance is created, you can select a different volume to boot from.
Copy file name to clipboardExpand all lines: pages/kubernetes/api-cli/managing-storage.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ The [Scaleway Block Storage volume](https://www.scaleway.com/en/block-storage/)
18
18
<Macroid="requirements" />
19
19
20
20
- A Scaleway account logged into the [console](https://console.scaleway.com)
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/)
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/)
23
23
- Your Scaleway Project or Organization ID
24
-
-[Created](/containers/kubernetes/how-to/create-cluster/) a Kubernetes cluster running on Scaleway Instances (v1.21+)
24
+
-[Created](/kubernetes/how-to/create-cluster/) a Kubernetes cluster running on Scaleway Instances (v1.21+)
25
25
26
26
<Messagetype="tip">
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.
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.
28
28
</Message>
29
29
30
30
## Verification of CSI driver status
@@ -35,9 +35,9 @@ To verify if the driver is running, use the following command:
35
35
kubectl get csidriver
36
36
```
37
37
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.
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.
39
39
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.
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.
0 commit comments