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
- Custom storage classes: Define specific parameters, such as file system type (e.g., ext4), for volumes.
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
+
-`ReadWriteOnce` access mode: The volume can be mounted as read-write by a single node.
25
+
-`ReadOnlyMany` access mode: The volume can be mounted read-only by many nodes.
26
+
-`ReadWriteMany` access mode: The volume can be mounted as read-write by many nodes.
25
27
26
28
<Requirements />
27
29
28
30
- A Scaleway account logged into the [console](https://console.scaleway.com)
29
31
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
30
32
-[Created](/kubernetes/how-to/create-cluster/) a Kubernetes Kapsule cluster
31
-
- Helm installed for deploying the CSI driver
32
33
- Access to the Scaleway File Storage API
33
34
34
35
## Installation
35
36
36
-
The Scaleway File Storage CSI driver can be installed using Helm. Follow these steps to deploy the driver in your Kubernetes Kapsule cluster:
37
+
The Scaleway File Storage CSI driver is preinstalled on Scaleway's managed Kubernetes.
37
38
38
-
1. Add the Scaleway Helm repository:
39
-
```bash
40
-
helm repo add scaleway https://helm.scw.cloud/
41
-
helm repo update
42
-
```
39
+
<Messagetype="note">
40
+
During the private beta this feature is only available for users invited into the beta.
0 commit comments