Skip to content

Commit d3d78c4

Browse files
committed
Apply suggestions from code review
1 parent 6c5f91e commit d3d78c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
import Requirements from '@macros/iam/requirements.mdx'
1313

1414
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/file-storage/).
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/).
1616

1717
## Supported features
1818

@@ -30,6 +30,7 @@ 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
3334
- Access to the Scaleway File Storage API
3435

3536
## Installation
@@ -262,5 +263,5 @@ allowedTopologies:
262263
- matchLabelExpressions:
263264
- key: topology.filestorage.csi.scaleway.com/region
264265
values:
265-
- nl-ams
266+
- fr-par
266267
```

0 commit comments

Comments
 (0)