Skip to content
Merged
Changes from 1 commit
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: 2 additions & 0 deletions pages/kubernetes/api-cli/managing-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ To identify your current CSI release version, navigate to the [Cockpit interface
</Message>

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

Expand Down
Loading