diff --git a/pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx b/pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx index 391b92dd73..2d95ef69f4 100644 --- a/pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx +++ b/pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to configure IPv6 connectivity on a Scaleway Dedibox using systemd-networkd. tags: dedibox ipv6 systemd-networkd dates: - validation: 2024-10-21 + validation: 2025-04-30 posted: 2021-08-03 categories: - dedibox-network diff --git a/pages/dedibox-scaleway/how-to/configure-failover-ip.mdx b/pages/dedibox-scaleway/how-to/configure-failover-ip.mdx index c7496300eb..846ba99f46 100644 --- a/pages/dedibox-scaleway/how-to/configure-failover-ip.mdx +++ b/pages/dedibox-scaleway/how-to/configure-failover-ip.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains configure a failover IP on a Scaleway Dedibox tags: dedibox failover ip failover-ip failover-ip dates: - validation: 2024-10-21 + validation: 2025-04-30 posted: 2022-04-13 --- diff --git a/pages/dedibox-scaleway/how-to/configure-reverse-failover-ip.mdx b/pages/dedibox-scaleway/how-to/configure-reverse-failover-ip.mdx index e183574678..c0d6d86eb1 100644 --- a/pages/dedibox-scaleway/how-to/configure-reverse-failover-ip.mdx +++ b/pages/dedibox-scaleway/how-to/configure-reverse-failover-ip.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to configure the reverse DNS of a failover IP on Scaleway Dedibox tags: dedibox failover ip flexible-ip failover-ip dates: - validation: 2024-10-14 + validation: 2025-04-30 posted: 2022-04-13 --- diff --git a/pages/dedibox-scaleway/how-to/install-dedibox.mdx b/pages/dedibox-scaleway/how-to/install-dedibox.mdx index a16d2fafe0..ee87f99835 100644 --- a/pages/dedibox-scaleway/how-to/install-dedibox.mdx +++ b/pages/dedibox-scaleway/how-to/install-dedibox.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to install a Scaleway Dedibox tags: dedibox install dates: - validation: 2024-10-21 + validation: 2025-04-30 posted: 2022-01-31 --- diff --git a/pages/dedibox-scaleway/how-to/terminate-dedibox.mdx b/pages/dedibox-scaleway/how-to/terminate-dedibox.mdx index 000674256f..d7f57c328c 100644 --- a/pages/dedibox-scaleway/how-to/terminate-dedibox.mdx +++ b/pages/dedibox-scaleway/how-to/terminate-dedibox.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to delete your Scaleway Dedibox tags: dedibox link scaleway termination dates: - validation: 2024-10-14 + validation: 2025-04-30 posted: 2022-02-01 --- diff --git a/pages/instances/troubleshooting/fix-long-delays-booting-without-public-ip.mdx b/pages/instances/troubleshooting/fix-long-delays-booting-without-public-ip.mdx index 2f2514f63e..c4c0d3e08b 100644 --- a/pages/instances/troubleshooting/fix-long-delays-booting-without-public-ip.mdx +++ b/pages/instances/troubleshooting/fix-long-delays-booting-without-public-ip.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to avoid long delays when booting a Scaleway Instance without a public IP tags: centos-stream rockylinux almalinux network-manager ipv6 routed ip dates: - validation: 2024-10-21 + validation: 2025-04-30 posted: 2024-04-17 categories: - compute diff --git a/pages/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx b/pages/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx index 0c251b8eb0..6ee33f14fd 100644 --- a/pages/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx +++ b/pages/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx @@ -7,7 +7,7 @@ content: paragraph: This guide explains how to modify kernel parameters in a Kubernetes cluster using a DaemonSet tags: kubernetes kernel dates: - validation: 2024-10-24 + validation: 2025-04-30 posted: 2024-10-24 categories: - kubernetes @@ -21,22 +21,22 @@ This guide outlines how to modify kernel parameters across all nodes in a Kubern Kernel parameters, managed via the `sysctl` command, are grouped into different categories depending on which part of the kernel they influence: -- **Networking (`net.*`)**: Controls network-related settings such as buffer sizes, TCP/IP settings, and routing. +- **Networking (`net.*`)**: Controls network-related settings such as buffer sizes, TCP/IP settings, and routing. *Example*: `net.ipv4.ip_forward` enables or disables IP packet forwarding, often used in routing scenarios. - -- **Memory Management (`vm.*`)**: Manages memory and swap behaviors. + +- **Memory Management (`vm.*`)**: Manages memory and swap behaviors. *Example*: `vm.swappiness` controls how aggressively the system swaps memory pages to disk. -- **File System (`fs.*`)**: Configures file system-related limits and behaviors. +- **File System (`fs.*`)**: Configures file system-related limits and behaviors. *Example*: `fs.file-max` sets the maximum number of file descriptors the system can allocate. -- **General Kernel Settings (`kernel.*`)**: Configures overall kernel behaviors. +- **General Kernel Settings (`kernel.*`)**: Configures overall kernel behaviors. *Example*: `kernel.hostname` defines the system’s hostname. -- **Security (`kernel.random.*`, `net.ipv4.conf.*`, etc.)**: Manages security settings such as IP forwarding, source address validation, and firewall rules. +- **Security (`kernel.random.*`, `net.ipv4.conf.*`, etc.)**: Manages security settings such as IP forwarding, source address validation, and firewall rules. *Example*: `net.ipv4.conf.all.rp_filter` enables reverse path filtering for added network security. -- **Process Limits (`kernel.*`)**: Controls limits for processes, such as the maximum number of processes or threads. +- **Process Limits (`kernel.*`)**: Controls limits for processes, such as the maximum number of processes or threads. *Example*: `kernel.pid_max` sets the maximum number of process IDs (PIDs) the system can allocate. ## Creating a DaemonSet to modify kernel parameters diff --git a/tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx b/tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx index 946bce0870..8071fee5a7 100644 --- a/tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx +++ b/tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to deploy Qdrant Hybrid Cloud on Scaleway Kubernetes Kapsule. tags: vectordb qdrant database dates: - validation: 2024-10-21 + validation: 2025-04-30 posted: 2024-04-16 categories: - kubernetes diff --git a/tutorials/monitor-gpu-instance-cockpit/index.mdx b/tutorials/monitor-gpu-instance-cockpit/index.mdx index 3e793385f3..6b623bc816 100644 --- a/tutorials/monitor-gpu-instance-cockpit/index.mdx +++ b/tutorials/monitor-gpu-instance-cockpit/index.mdx @@ -9,7 +9,7 @@ tags: cockpit monitor grafana-alloy monitoring nvidia gpu-instance categories: - cockpit dates: - validation: 2024-10-21 + validation: 2025-04-30 posted: 2024-10-21 --- @@ -206,12 +206,3 @@ You can now find your newly created dashboards in your list of Cockpit dashboard - Select your custom data source named `gpu-instance-metrics` in the **Datasource** dropdown list located in the top-left-hand corner. - Click **Metrics browser**. You should see a list of metrics appear (for example, `DCGM_FI_DEV_GPU_TEMP` or `node_cpu_seconds_total`). - Write the desired query, click **Run query** to visualize data, and then **Add to dashboard** to add it to a new or existing dashboard. - -## Troubleshooting - -If you encounter any issues, make sure that you meet all the requirements listed at the beginning of this tutorial. - -You can run `docker -v` in your terminal to check your docker version. You should see an output similar to the following: - ``` - Docker version 24.0.6, build ed223bc820 - ``` diff --git a/tutorials/sns-instances-notification-system/index.mdx b/tutorials/sns-instances-notification-system/index.mdx index 0028ee6306..39d1331cda 100644 --- a/tutorials/sns-instances-notification-system/index.mdx +++ b/tutorials/sns-instances-notification-system/index.mdx @@ -10,7 +10,7 @@ categories: - instances tags: messaging sns monitoring terraform dates: - validation: 2024-10-21 + validation: 2025-04-30 posted: 2024-03-08 ---