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/how-to/use-sfs-with-kubernetes.mdx
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,27 @@ The Scaleway File Storage CSI driver supports the following features:
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.
27
27
28
+
<Messagetype="important">
29
+
Ensure you have created your Kapsule cluster with the tag `scw-filestorage-csi` (or added it to an existing cluster) to have the File Storage CSI driver enabled on your cluster.
30
+
</Message>
31
+
28
32
<Requirements />
29
33
30
34
- A Scaleway account logged into the [console](https://console.scaleway.com)
31
35
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
32
36
-[Created](/kubernetes/how-to/create-cluster/) a Kubernetes Kapsule cluster
37
+
- Installed the Kubernetes command-line tool `kubectl`
33
38
- Added the tag `scw-filestorage-csi` to your Kubernetes Kapsule cluster
34
-
- Access to the Scaleway File Storage API
39
+
- Access to the Scaleway [File Storage API](https://www.scaleway.com/en/developers/api/file-storage/)
35
40
36
41
## Installation
37
42
38
43
The Scaleway File Storage CSI driver is preinstalled on Scaleway's managed Kubernetes.
39
44
45
+
<Messagetype="tip">
46
+
Download the cluster's **kubeconfig** configuration file and make sure `kubectl` is configured to use the cluster's configuration before running any of the following commands. [Learn more.](/kubernetes/how-to/connect-cluster-kubectl/)
47
+
</Message>
48
+
40
49
<Messagetype="note">
41
50
This feature is currently in [Private Beta](https://www.scaleway.com/en/betas/), and available to selected testers only.
42
51
</Message>
@@ -119,6 +128,10 @@ The CSI driver supports dynamic provisioning of Persistent Volumes (PVs) and Per
119
128
120
129
### Importing an existing File Storage volume
121
130
131
+
<Messagetype="note">
132
+
To import an existing File Storage volume you must have created it using the [Scaleway console](/file-storage/how-to/create-file-system/), [CLI](https://cli.scaleway.com/file/#create-a-new-filesystem), or the [File Storage API](https://www.scaleway.com/en/developers/api/file-storage/#path-filesystem-create-a-new-filesystem) prior the attachment.
For further information, refer to the [Scaleway File Storage CSI driver](https://github.com/scaleway/scaleway-filestorage-csi/tree/main) documentation.
0 commit comments