From e9023d09581ff0e8346e067420adf30b9c47bba4 Mon Sep 17 00:00:00 2001 From: Louis Portay <20128391+louisportay@users.noreply.github.com> Date: Tue, 25 Mar 2025 10:39:20 +0100 Subject: [PATCH 1/2] details CSI migration --- pages/kubernetes/api-cli/managing-storage.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/kubernetes/api-cli/managing-storage.mdx b/pages/kubernetes/api-cli/managing-storage.mdx index 4fbc6599a7..9636077bb8 100644 --- a/pages/kubernetes/api-cli/managing-storage.mdx +++ b/pages/kubernetes/api-cli/managing-storage.mdx @@ -45,6 +45,8 @@ To identify your current CSI release version, navigate to the [Cockpit interface The Scaleway Block Volume Container Storage Interface (CSI) driver **v0.2** will reach its end of support on **February 28, 2025**. +The migration moves volumes from Instances API to SBS API, no volume detach is expected, only a control-plane restart. + ### Using the API with curl You can trigger the migration to SBS-CSI using the following `curl` command: From 86384016cb2dfbc18bf400a7d18b7da3d3f537f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:15:04 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- pages/kubernetes/api-cli/managing-storage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/kubernetes/api-cli/managing-storage.mdx b/pages/kubernetes/api-cli/managing-storage.mdx index 9636077bb8..0bd186cfe4 100644 --- a/pages/kubernetes/api-cli/managing-storage.mdx +++ b/pages/kubernetes/api-cli/managing-storage.mdx @@ -45,7 +45,7 @@ To identify your current CSI release version, navigate to the [Cockpit interface The Scaleway Block Volume Container Storage Interface (CSI) driver **v0.2** will reach its end of support on **February 28, 2025**. -The migration moves volumes from Instances API to SBS API, no volume detach is expected, only a control-plane restart. +The migration moves volumes from the [Instances API](https://www.scaleway.com/en/developers/api/instance/) to the [Scaleway Block Storage API](https://www.scaleway.com/en/developers/api/block/). No volume detachment is expected, only a control plane restart. ### Using the API with curl