Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-scaleway/how-to/configure-failover-ip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-scaleway/how-to/install-dedibox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-scaleway/how-to/terminate-dedibox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 1 addition & 10 deletions tutorials/monitor-gpu-instance-cockpit/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion tutorials/sns-instances-notification-system/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
tags: messaging sns monitoring terraform
dates:
validation: 2024-10-21
validation: 2025-04-30
posted: 2024-03-08
---

Expand Down