You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/kubernetes/api-cli/managing-storage.mdx
+1-56Lines changed: 1 addition & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,65 +31,10 @@ To verify if the driver is running, use the following command:
31
31
kubectl get csidriver
32
32
```
33
33
34
-
The output of this command provides a quick status update on the CSI plugin within your Kubernetes cluster. For the latest features and enhancements, consider upgrading to [release 0.3](https://github.com/scaleway/scaleway-csi/tree/release-0.3#block-storage-low-latency), which supports **[Block Storage low latency](/block-storage/quickstart/)** volumes.
34
+
The output of this command provides a quick status update on the CSI plugin within your Kubernetes cluster.
35
35
36
36
To identify your current CSI release version, navigate to the [Cockpit interface](/cockpit/how-to/access-grafana-and-managed-dashboards/), specifically the **Kubernetes Cluster - Overview** dashboard.
37
37
38
-
## Upgrading to CSI version 0.3
39
-
40
-
<Messagetype="important">
41
-
The Scaleway Block Volume Container Storage Interface (CSI) driver **v0.2** will reach its end of support on **February 28, 2025**.
42
-
</Message>
43
-
44
-
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.
45
-
Newer storage classes have been introduced, with `sbs-default` set as the new default. The existing `scw-bssd` and `scw-bssd-retain` storage classes will remain available for now.
46
-
47
-
48
-
### Using the API with curl
49
-
50
-
You can trigger the migration to SBS-CSI using the following `curl` command:
Replace `$REGION` and `$CLUSTER_ID` with your cluster’s region and ID, respectively.
82
-
83
-
### Post-migration verification
84
-
85
-
After initiating the migration, the cluster status will change to _updating_. Once the migration completes, you can verify that the CSI driver has been updated and that the new driver properly handles Persistent Volume Claims (PVCs).
86
-
87
-
```bash
88
-
kubectl get csidriver
89
-
```
90
-
91
-
This command will confirm that the migration was successful.
92
-
93
38
## Going further
94
39
95
40
*[Creating persistent volumes with Scaleway Block Storage](https://github.com/scaleway/scaleway-csi/tree/release-0.3/examples/kubernetes#pvc--deployment)
0 commit comments