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
6 changes: 5 additions & 1 deletion containers/kubernetes/api-cli/managing-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to manage Block Storage volumes using Scaleway's CSI driver on Kubernetes Kapsule and Kosmos clusters.
tags: block-storage scaleway-csi kubernetes pvc
dates:
validation: 2024-09-25
validation: 2025-01-15
posted: 2021-08-12
categories:
- kubernetes
Expand Down Expand Up @@ -41,6 +41,10 @@ To identify your current CSI release version, navigate to the [Cockpit interface

## Upgrading to CSI version 0.3

<Message type="important">
The Scaleway Block Volume Container Storage Interface (CSI) driver **v0.2** will reach its end of support on **January 31, 2025**.
</Message>

### Using the API with curl

You can trigger the migration to SBS-CSI using the following `curl` command:
Expand Down
Loading