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
6 changes: 3 additions & 3 deletions pages/dedibox-ipv6/how-to/configure-ipv6-windows.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
meta:
title: How to configure an IPv6 subnet on a Dedibox running Windows Server
description: This page explains how to configure an IPv6 subnet on a Dedibox running Windows Server.
description: This page explains how to configure an IPv6 subnet on a Scaleway Dedibox running a Windows Server operating system.
content:
h1: How to configure an IPv6 subnet on a Dedibox running Windows Server
paragraph: This page explains how to configure an IPv6 subnet on a Dedibox running Windows Server.
paragraph: This page explains how to configure an IPv6 subnet on a Scaleway Dedibox running a Windows Server operating system.
tags: dedibox ipv6 windows subnet
dates:
validation: 2024-12-03
validation: 2025-06-09
posted: 2021-08-03
categories:
- dedibox-network
Expand Down
6 changes: 3 additions & 3 deletions pages/dedibox-ipv6/how-to/enable-ipv6-slaac.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
meta:
title: How to enable IPv6 SLAAC on Dedibox servers
description: This page explains how to enable IPv6 SLAAC on Dedibox servers.
description: This page explains how to enable IPv6 SLAAC on Scaleway Dedibox servers.
content:
h1: How to enable IPv6 SLAAC on Dedibox servers
paragraph: This page explains how to enable IPv6 SLAAC on Dedibox servers.
paragraph: This page explains how to enable IPv6 SLAAC on Scaleway Dedibox servers.
tags: dedibox slaac ipv6
dates:
validation: 2024-12-03
validation: 2025-06-09
posted: 2021-08-03
categories:
- dedibox-network
Expand Down
12 changes: 8 additions & 4 deletions pages/dedibox-ipv6/how-to/request-prefix.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
---
meta:
title: How to request an IPv6 prefix
description: This page explains how to request a free /48 IPv6 prefix for Dedibox servers.
description: This page explains how to request a free /48 IPv6 prefix for Scaleway Dedibox servers.
content:
h1: How to request an IPv6 prefix
paragraph: This page explains how to request a free /48 IPv6 prefix for Dedibox servers.
paragraph: This page explains how to request a free /48 IPv6 prefix for Scaleway Dedibox servers.
tags: dedibox ipv6 prefix
dates:
validation: 2024-12-03
validation: 2025-06-09
posted: 2021-08-03
categories:
- dedibox-network
---

All Scaleway Dedibox dedicated servers support IPv6. You can request a free `/48` IPv6 prefix for your account, which can be divided into multiple `/56` or `/64` subnets. IPv6 support is available for all Dedibox servers.
All Scaleway Dedibox dedicated servers support IPv6. You can request a free `/48` IPv6 prefix for your account, which can be divided into multiple `/56` or `/64` subnets.

<Message type="tip">
IPv6 support is available for all Dedibox servers.
</Message>

<Macro id="requirements" />

Expand Down
4 changes: 2 additions & 2 deletions pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ content:
paragraph: This page explains how to use the NVIDIA GPU operator on Kapsule and Kosmos with GPU Instances
tags: kubernetes kubernetes-kapsule kapsule cluster gpu-operator nvidia gpu
dates:
validation: 2024-12-03
validation: 2025-06-09
posted: 2023-07-18
categories:
- containers
- kubernetes
---

Kubernetes Kapsule and Kosmos support NVIDIA's official Kubernetes operator for all GPU pools.
This operator is compatible with [RENDER-S](https://www.scaleway.com/en/gpu-instances/), [GPU-3070-S](https://www.scaleway.com/en/gpu-3070-instances/), [H100 PCIe](https://www.scaleway.com/en/h100-pcie-try-it-now/), [L40s](https://www.scaleway.com/en/l40s-gpu-instance/) and [L4](https://www.scaleway.com/en/l4-gpu-instance/) offers.
This operator is compatible with all Scaleway [GPU Instance](https://www.scaleway.com/en/gpu-instances/) offers.

The GPU operator is set up for all GPU pools created in Kubernetes Kapsule and Kosmos, providing automated installation of all required software on GPU worker nodes, such as the device plugin, container toolkit, GPU drivers etc. For more information, refer to [the GPU operator overview](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/overview.html).

Expand Down