Skip to content

Commit 96354fc

Browse files
committed
docs(gen): docs content review compute 2025-04-30
1 parent 6664522 commit 96354fc

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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

0 commit comments

Comments
 (0)