Skip to content

Commit 65d3bd3

Browse files
committed
docs(k8s): update content
1 parent 92e0cb1 commit 65d3bd3

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

pages/kubernetes/how-to/use-sfs-with-kubernetes.mdx

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,27 @@ The Scaleway File Storage CSI driver supports the following features:
2525
- `ReadOnlyMany` access mode: The volume can be mounted read-only by many nodes.
2626
- `ReadWriteMany` access mode: The volume can be mounted as read-write by many nodes.
2727

28+
<Message type="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+
2832
<Requirements />
2933

3034
- A Scaleway account logged into the [console](https://console.scaleway.com)
3135
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
3236
- [Created](/kubernetes/how-to/create-cluster/) a Kubernetes Kapsule cluster
37+
- Installed the Kubernetes command-line tool `kubectl`
3338
- 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/)
3540

3641
## Installation
3742

3843
The Scaleway File Storage CSI driver is preinstalled on Scaleway's managed Kubernetes.
3944

45+
<Message type="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+
4049
<Message type="note">
4150
This feature is currently in [Private Beta](https://www.scaleway.com/en/betas/), and available to selected testers only.
4251
</Message>
@@ -119,6 +128,10 @@ The CSI driver supports dynamic provisioning of Persistent Volumes (PVs) and Per
119128

120129
### Importing an existing File Storage volume
121130

131+
<Message type="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.
133+
</Message>
134+
122135
1. Create a `pv-import.yaml` file:
123136

124137
```yaml
@@ -263,4 +276,8 @@ allowedTopologies:
263276
- key: topology.filestorage.csi.scaleway.com/region
264277
values:
265278
- fr-par
266-
```
279+
```
280+
281+
<Message type="tip">
282+
For further information, refer to the [Scaleway File Storage CSI driver](https://github.com/scaleway/scaleway-filestorage-csi/tree/main) documentation.
283+
</Message>

0 commit comments

Comments
 (0)