Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containers/kubernetes/api-cli/managing-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading