Skip to content

Commit 425f64b

Browse files
committed
fix(k8s): sfs
1 parent 336c0ef commit 425f64b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ categories:
1111
---
1212
import Requirements from '@macros/iam/requirements.mdx'
1313

14-
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/).
1616

1717
## Supported features
1818

1919
The Scaleway File Storage CSI driver supports the following features:
2020

2121
- Dynamic provisioning: Automatically create Scaleway File Storage volumes using PVCs and StorageClasses.
2222
- Import of existing Volumes: Integrate pre-existing Scaleway File Storage volumes into Kubernetes.
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
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
2424
- `ReadWriteOnce` access mode: The volume can be mounted as read-write by a single node.
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.
@@ -30,15 +30,14 @@ The Scaleway File Storage CSI driver supports the following features:
3030
- A Scaleway account logged into the [console](https://console.scaleway.com)
3131
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
3232
- [Created](/kubernetes/how-to/create-cluster/) a Kubernetes Kapsule cluster
33-
- Added the tag `scw-filestorage-csi` to your Kubernetes Kapsule cluster
3433
- Access to the Scaleway File Storage API
3534

3635
## Installation
3736

3837
The Scaleway File Storage CSI driver is preinstalled on Scaleway's managed Kubernetes.
3938

4039
<Message type="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.
4241
</Message>
4342

4443
You can run the following command to check that the CSI driver pods are running:
@@ -263,5 +262,5 @@ allowedTopologies:
263262
- matchLabelExpressions:
264263
- key: topology.filestorage.csi.scaleway.com/region
265264
values:
266-
- fr-par
265+
- nl-ams
267266
```

0 commit comments

Comments
 (0)