Skip to content

Commit b58d64c

Browse files
bene2k1RoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 6df1459 commit b58d64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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.
@@ -37,7 +37,7 @@ The Scaleway File Storage CSI driver supports the following features:
3737
The Scaleway File Storage CSI driver is preinstalled on Scaleway's managed Kubernetes.
3838

3939
<Message type="note">
40-
During the private beta this feature is only available for users invited into the beta.
40+
This feature is currently in [Private Beta](https://www.scaleway.com/en/betas/), and available to selected testers only.
4141
</Message>
4242

4343
You can run the following command to check that the CSI driver pods are running:

0 commit comments

Comments
 (0)