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.