From 5c88fdb49a0cfd7c9f6f922891f1f1e5ef5332d8 Mon Sep 17 00:00:00 2001 From: Louis Portay <20128391+louisportay@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:33:15 +0100 Subject: [PATCH 1/3] add 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 0bd186cfe4..3912e23b0a 100644 --- a/pages/kubernetes/api-cli/managing-storage.mdx +++ b/pages/kubernetes/api-cli/managing-storage.mdx @@ -46,6 +46,8 @@ To identify your current CSI release version, navigate to the [Cockpit interface 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. +Newer storage classes are added, a new default one is set (`sbs-default`). `scw-bssd` and `scw-bssd-retain` older storage classes are kept for now. + ### Using the API with curl From 4d4ceaafcd616c20561a2976f14b4f7c84371b22 Mon Sep 17 00:00:00 2001 From: Louis Portay <20128391+louisportay@users.noreply.github.com> Date: Tue, 25 Mar 2025 17:24:23 +0100 Subject: [PATCH 2/3] apply suggestions Co-authored-by: Benedikt Rollik --- 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 3912e23b0a..e30fa01a27 100644 --- a/pages/kubernetes/api-cli/managing-storage.mdx +++ b/pages/kubernetes/api-cli/managing-storage.mdx @@ -46,7 +46,7 @@ To identify your current CSI release version, navigate to the [Cockpit interface 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. -Newer storage classes are added, a new default one is set (`sbs-default`). `scw-bssd` and `scw-bssd-retain` older storage classes are kept for now. +Newer storage classes are introduced, with `sbs-default` set as the new default. The existing `scw-bssd` and `scw-bssd-retain` storage classes will remain available for now. ### Using the API with curl From 0501ce73f8453c64d2ec243de01ebb38d4dff665 Mon Sep 17 00:00:00 2001 From: Louis Portay <20128391+louisportay@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:40:55 +0100 Subject: [PATCH 3/3] apply suggestions Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- 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 e30fa01a27..823da9737f 100644 --- a/pages/kubernetes/api-cli/managing-storage.mdx +++ b/pages/kubernetes/api-cli/managing-storage.mdx @@ -46,7 +46,7 @@ To identify your current CSI release version, navigate to the [Cockpit interface 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. -Newer storage classes are introduced, with `sbs-default` set as the new default. The existing `scw-bssd` and `scw-bssd-retain` storage classes will remain available for now. +Newer storage classes have been introduced, with `sbs-default` set as the new default. The existing `scw-bssd` and `scw-bssd-retain` storage classes will remain available for now. ### Using the API with curl