Skip to content

Commit 68fd4cb

Browse files
authored
docs(gen): docs content review compute 2025-04-30 (#4905)
1 parent 84ff47e commit 68fd4cb

File tree

10 files changed

+17
-26
lines changed

10 files changed

+17
-26
lines changed

pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to configure IPv6 connectivity on a Scaleway Dedibox using systemd-networkd.
88
tags: dedibox ipv6 systemd-networkd
99
dates:
10-
validation: 2024-10-21
10+
validation: 2025-04-30
1111
posted: 2021-08-03
1212
categories:
1313
- dedibox-network

pages/dedibox-scaleway/how-to/configure-failover-ip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains configure a failover IP on a Scaleway Dedibox
88
tags: dedibox failover ip failover-ip failover-ip
99
dates:
10-
validation: 2024-10-21
10+
validation: 2025-04-30
1111
posted: 2022-04-13
1212
---
1313

pages/dedibox-scaleway/how-to/configure-reverse-failover-ip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to configure the reverse DNS of a failover IP on Scaleway Dedibox
88
tags: dedibox failover ip flexible-ip failover-ip
99
dates:
10-
validation: 2024-10-14
10+
validation: 2025-04-30
1111
posted: 2022-04-13
1212
---
1313

pages/dedibox-scaleway/how-to/install-dedibox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to install a Scaleway Dedibox
88
tags: dedibox install
99
dates:
10-
validation: 2024-10-21
10+
validation: 2025-04-30
1111
posted: 2022-01-31
1212
---
1313

pages/dedibox-scaleway/how-to/terminate-dedibox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to delete your Scaleway Dedibox
88
tags: dedibox link scaleway termination
99
dates:
10-
validation: 2024-10-14
10+
validation: 2025-04-30
1111
posted: 2022-02-01
1212
---
1313

pages/instances/troubleshooting/fix-long-delays-booting-without-public-ip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to avoid long delays when booting a Scaleway Instance without a public IP
88
tags: centos-stream rockylinux almalinux network-manager ipv6 routed ip
99
dates:
10-
validation: 2024-10-21
10+
validation: 2025-04-30
1111
posted: 2024-04-17
1212
categories:
1313
- compute

pages/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This guide explains how to modify kernel parameters in a Kubernetes cluster using a DaemonSet
88
tags: kubernetes kernel
99
dates:
10-
validation: 2024-10-24
10+
validation: 2025-04-30
1111
posted: 2024-10-24
1212
categories:
1313
- kubernetes
@@ -21,22 +21,22 @@ This guide outlines how to modify kernel parameters across all nodes in a Kubern
2121

2222
Kernel parameters, managed via the `sysctl` command, are grouped into different categories depending on which part of the kernel they influence:
2323

24-
- **Networking (`net.*`)**: Controls network-related settings such as buffer sizes, TCP/IP settings, and routing.
24+
- **Networking (`net.*`)**: Controls network-related settings such as buffer sizes, TCP/IP settings, and routing.
2525
*Example*: `net.ipv4.ip_forward` enables or disables IP packet forwarding, often used in routing scenarios.
26-
27-
- **Memory Management (`vm.*`)**: Manages memory and swap behaviors.
26+
27+
- **Memory Management (`vm.*`)**: Manages memory and swap behaviors.
2828
*Example*: `vm.swappiness` controls how aggressively the system swaps memory pages to disk.
2929

30-
- **File System (`fs.*`)**: Configures file system-related limits and behaviors.
30+
- **File System (`fs.*`)**: Configures file system-related limits and behaviors.
3131
*Example*: `fs.file-max` sets the maximum number of file descriptors the system can allocate.
3232

33-
- **General Kernel Settings (`kernel.*`)**: Configures overall kernel behaviors.
33+
- **General Kernel Settings (`kernel.*`)**: Configures overall kernel behaviors.
3434
*Example*: `kernel.hostname` defines the system’s hostname.
3535

36-
- **Security (`kernel.random.*`, `net.ipv4.conf.*`, etc.)**: Manages security settings such as IP forwarding, source address validation, and firewall rules.
36+
- **Security (`kernel.random.*`, `net.ipv4.conf.*`, etc.)**: Manages security settings such as IP forwarding, source address validation, and firewall rules.
3737
*Example*: `net.ipv4.conf.all.rp_filter` enables reverse path filtering for added network security.
3838

39-
- **Process Limits (`kernel.*`)**: Controls limits for processes, such as the maximum number of processes or threads.
39+
- **Process Limits (`kernel.*`)**: Controls limits for processes, such as the maximum number of processes or threads.
4040
*Example*: `kernel.pid_max` sets the maximum number of process IDs (PIDs) the system can allocate.
4141

4242
## Creating a DaemonSet to modify kernel parameters

tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to deploy Qdrant Hybrid Cloud on Scaleway Kubernetes Kapsule.
88
tags: vectordb qdrant database
99
dates:
10-
validation: 2024-10-21
10+
validation: 2025-04-30
1111
posted: 2024-04-16
1212
categories:
1313
- kubernetes

tutorials/monitor-gpu-instance-cockpit/index.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: cockpit monitor grafana-alloy monitoring nvidia gpu-instance
99
categories:
1010
- cockpit
1111
dates:
12-
validation: 2024-10-21
12+
validation: 2025-04-30
1313
posted: 2024-10-21
1414
---
1515

@@ -206,12 +206,3 @@ You can now find your newly created dashboards in your list of Cockpit dashboard
206206
- Select your custom data source named `gpu-instance-metrics` in the **Datasource** dropdown list located in the top-left-hand corner.
207207
- Click **Metrics browser**. You should see a list of metrics appear (for example, `DCGM_FI_DEV_GPU_TEMP` or `node_cpu_seconds_total`).
208208
- Write the desired query, click **Run query** to visualize data, and then **Add to dashboard** to add it to a new or existing dashboard.
209-
210-
## Troubleshooting
211-
212-
If you encounter any issues, make sure that you meet all the requirements listed at the beginning of this tutorial.
213-
214-
You can run `docker -v` in your terminal to check your docker version. You should see an output similar to the following:
215-
```
216-
Docker version 24.0.6, build ed223bc820
217-
```

tutorials/sns-instances-notification-system/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- instances
1111
tags: messaging sns monitoring terraform
1212
dates:
13-
validation: 2024-10-21
13+
validation: 2025-04-30
1414
posted: 2024-03-08
1515
---
1616

0 commit comments

Comments
 (0)