From 345a6bf875bfd696f4b7a77709e22796b9863864 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 21 Jan 2025 15:21:33 +0100 Subject: [PATCH] fix(k8s): fix cli command --- containers/kubernetes/api-cli/managing-storage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/kubernetes/api-cli/managing-storage.mdx b/containers/kubernetes/api-cli/managing-storage.mdx index 234e03e9b9..da8bc4b8f1 100644 --- a/containers/kubernetes/api-cli/managing-storage.mdx +++ b/containers/kubernetes/api-cli/managing-storage.mdx @@ -75,7 +75,7 @@ Alternatively, you can use the Scaleway CLI to perform the migration. Ensure the 2. Run the migration command: ```bash - scw k8s cluster migrate-to-sbs-csi $CLUSTER_ID --region=$REGION + scw k8s cluster migrate-to-sbs-csi $CLUSTER_ID region=$REGION ``` Replace `$REGION` and `$CLUSTER_ID` with your cluster’s region and ID, respectively.