Skip to content

Commit a87f1b5

Browse files
authored
Merge branch 'main' into MTA-5468
2 parents 0a0356e + 27cf93c commit a87f1b5

File tree

16 files changed

+34
-23
lines changed

16 files changed

+34
-23
lines changed

compute/gpu/how-to/use-mig-with-kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This section provides information about MIG with Kubernetes
88
tags: NVIDIA H100 MIG multi-instance gpu
99
dates:
10-
validation: 2024-07-08
10+
validation: 2025-01-13
1111
posted: 2023-09-19
1212
categories:
1313
- compute

compute/gpu/how-to/use-nvidia-mig-technology.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This section provides information about NVIDIA's MIG technology
88
tags: NVIDIA H100 MIG multi-instance gpu
99
dates:
10-
validation: 2024-07-08
10+
validation: 2025-01-13
1111
posted: 2023-08-31
1212
categories:
1313
- compute

compute/gpu/how-to/use-preinstalled-env.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to use the preinstalled environment
88
tags: preinstalled environment preinstalled-environment gpu
99
dates:
10-
validation: 2024-07-08
10+
validation: 2025-01-13
1111
posted: 2022-03-25
1212
categories:
1313
- compute
@@ -41,7 +41,7 @@ Using the latest Ubuntu Focal GPU OS11 image gives you a minimal OS installation
4141
As Docker is also preinstalled, you could choose to [launch one of Scaleway's ready-made Docker images](/compute/gpu/how-to/use-gpu-with-docker/) to access our latest working environments, if you wish.
4242
3. Type `exit` to disconnect from your GPU Instance when you have finished your work.
4343

44-
## Working with the preinstalled environment on Ubuntu Focal GPU OS 11
44+
## Working with the preinstalled environment on Ubuntu Focal GPU OS 12
4545

4646
1. [Connect to your Instance via SSH](/compute/instances/how-to/connect-to-instance/).
4747

compute/gpu/how-to/use-scratch-storage-h100-instances.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 use scratch storage on H100 and L40S GPU Instances
88
tags: H100 L40S gpu scratch-storage scratch storage
99
dates:
10-
validation: 2024-07-08
10+
validation: 2025-01-13
1111
posted: 2023-09-18
1212
categories:
1313
- compute

compute/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ Each method caters to different needs, balancing uninterrupted service against a
3434
| Instance API/CLI migration | No service interruption, volume remains accessible | Data characteristics remain the same; no performance boost |
3535
| Snapshot export/import | Full support for low latency and customizable IOPS | Requires downtime; manual snapshot handling |
3636

37-
3837
This guide offers step-by-step instructions to migrate your volumes and snapshots using either the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool (recommended) or the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-volumes-migrate-a-volume-andor-snapshots-to-sbs-scaleway-block-storage).
3938
Alternatively, you can use the [snapshot export/import feature](/compute/instances/api-cli/snapshot-import-export-feature/) to migrate your unified volumes and snapshots to Block Storage Low Latency volumes.
4039

40+
41+
<Macro id="block-storage-no-migration-for-k8s" />
42+
4143
<Macro id="requirements" />
4244

4345
- A Scaleway account logged into the [console](https://console.scaleway.com)

containers/kubernetes/how-to/upgrade-kubernetes-version.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ You can either upgrade your Kubernetes Kapsule cluster [directly from the Scalew
3535
<Message type="note">
3636
It is not possible to downgrade your Kubernetes version once it has been upgraded.
3737
</Message>
38+
<Message type="note">
39+
Cluster pools cannot be resized during the upgrade process. Provision resources accordingly.
40+
</Message>
3841

3942
## Upgrading a Kapsule cluster to the next minor version using the CLI
4043

containers/kubernetes/how-to/use-scratch-storage-h100.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 use scratch storage with H100 and L40S GPUs and Kubernetes Kapsule
88
tags: kubernetes kubernetes-kapsule kapsule cluster gpu-operator nvidia gpu scratch h100
99
dates:
10-
validation: 2024-07-08
10+
validation: 2025-01-13
1111
posted: 2023-12-27
1212
categories:
1313
- containers

identity-and-access-management/secret-manager/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover essential concepts of Scaleway Secret Manager, including secret versioning, ephemeral policies, and path management.
88
tags: secret-manager secret version
99
dates:
10-
validation: 2024-07-10
10+
validation: 2025-01-13
1111
---
1212

1313
## Disabling a version
@@ -41,7 +41,7 @@ An ephemeral secret is a secret that has a limited lifetime, enforced by an [eph
4141
All the secret's versions automatically inherit their settings from those of the current ephemeral policy.
4242

4343
<Message type="important">
44-
[Enabling](#enabling-a-version) a version that was previously [disabled](#disabling-a-version), amounts to recreating the version. If you have updated the secret's ephemeral policy while the version was disabled, enabling it again makes it inherit its settings from those of the current ephemeral policy.
44+
[Enabling](#enabling-a-version) a version that was previously [disabled](#disabling-a-version) amounts to recreating the version. If you have updated the secret's ephemeral policy while the version was disabled, enabling it again makes it inherit its settings from those of the current ephemeral policy.
4545
</Message>
4646

4747
## Path

identity-and-access-management/secret-manager/how-to/create-secret.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover how to efficiently create secrets using Scaleway's Secret Manager. Follow these step-by-step instructions whether you are setting up your first secret or adding more to your existing resources.
88
tags: secret sensitive-data storage-system secret-type
99
dates:
10-
validation: 2024-07-10
10+
validation: 2025-01-13
1111
posted: 2023-02-21
1212
categories:
1313
- identity-and-access-management

identity-and-access-management/secret-manager/how-to/filter-secrets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to efficiently filter secrets by name, type, and tags with our detailed documentation, and enhance your security practices.
88
tags: sensitive-data filter secret-type
99
dates:
10-
validation: 2024-07-10
10+
validation: 2025-01-13
1111
posted: 2024-07-10
1212
categories:
1313
- identity-and-access-management

0 commit comments

Comments
 (0)