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
The Scaleway File Storage Container Storage Interface (CSI) driver enables Kubernetes users to manage Scaleway File Storage file systems within their clusters.
15
-
The Scaleway File Storage CSI driver is designed to work with Kubernetes Kapsule and Kosmos clusters, providing a standardized interface to create, manage, and attach file storage volumes to your containerized workloads. For more details on Scaleway File Storage, refer to the [Scaleway File Storage documentation](https://www.scaleway.com/en/docs/file-storage/).
14
+
The Scaleway File Storage Container Storage Interface (CSI) driver enables Kubernetes users to manage Scaleway File Storage volumes within their clusters.
15
+
The Scaleway File Storage CSI driver is designed to work with Kubernetes Kapsule and Kosmos clusters, providing a standardized interface to create, manage, and attach file storage volumes to your containerized workloads. For more details on Scaleway File Storage, refer to the [Scaleway File Storage documentation](https://www.scaleway.com/en/file-storage/).
16
16
17
17
## Supported features
18
18
19
19
The Scaleway File Storage CSI driver supports the following features:
20
20
21
21
- Dynamic provisioning: Automatically create Scaleway File Storage volumes using PVCs and StorageClasses.
- Volume upsizing: The size of the volume can be [increased](https://github.com/scaleway/scaleway-filestorage-csi/tree/main?tab=readme-ov-file#file-systems-resizing) without the need to detach the file system
23
+
- Volume upsizing: The size of the volume can be [increased](https://github.com/scaleway/scaleway-filestorage-csi/tree/main?tab=readme-ov-file#file-systems-resizing) without the need to detach the File System
24
24
-`ReadWriteOnce` access mode: The volume can be mounted as read-write by a single node.
25
25
-`ReadOnlyMany` access mode: The volume can be mounted read-only by many nodes.
26
26
-`ReadWriteMany` access mode: The volume can be mounted as read-write by many nodes.
@@ -30,15 +30,14 @@ The Scaleway File Storage CSI driver supports the following features:
30
30
- A Scaleway account logged into the [console](https://console.scaleway.com)
31
31
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
32
32
-[Created](/kubernetes/how-to/create-cluster/) a Kubernetes Kapsule cluster
33
-
- Added the tag `scw-filestorage-csi` to your Kubernetes Kapsule cluster
34
33
- Access to the Scaleway File Storage API
35
34
36
35
## Installation
37
36
38
37
The Scaleway File Storage CSI driver is preinstalled on Scaleway's managed Kubernetes.
39
38
40
39
<Messagetype="note">
41
-
This feature is currently in [Private Beta](https://www.scaleway.com/en/betas/), and available to selected testers only.
40
+
During the private beta this feature is only available for users invited into the beta.
42
41
</Message>
43
42
44
43
You can run the following command to check that the CSI driver pods are running:
0 commit comments