Skip to content

Commit 8d9364c

Browse files
committed
docs(k8s): add docs for file system
1 parent 8a836a3 commit 8d9364c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pages/kubernetes/api-cli/managing-storage.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Managing Block Storage volumes with Scaleway CSI
3-
description: Learn how to manage Block Storage volumes using Scaleway's CSI driver on Kubernetes Kapsule and Kosmos clusters.
2+
title: Managing Block Storage volumes and File Storage filesystems with Scaleway CSI
3+
description: Learn how to manage Block Storage volumes and File Storage filesystems using Scaleway's CSI driver on Kubernetes Kapsule and Kosmos clusters.
44
tags: block-storage scaleway-csi kubernetes pvc
55
dates:
66
validation: 2025-07-21
@@ -9,7 +9,7 @@ dates:
99
import Requirements from '@macros/iam/requirements.mdx'
1010

1111

12-
The [Scaleway Block Storage volume](https://www.scaleway.com/en/block-storage/) Container Storage Interface (CSI) driver is an implementation of the [CSI interface](https://github.com/container-storage-interface/spec/blob/master/spec.md) to provide a way to manage Scaleway block volumes through a container orchestration system, like Kubernetes. It is installed by default on every Kubernetes Kapsule and Kosmos cluster.
12+
The [Scaleway Block Storage volume](https://www.scaleway.com/en/block-storage/) and File Storage filesystem Container Storage Interface (CSI) driver is an implementation of the [CSI interface](https://github.com/container-storage-interface/spec/blob/master/spec.md) to provide a way to manage Scaleway block volumes through a container orchestration system, like Kubernetes. It is installed by default on every Kubernetes Kapsule and Kosmos cluster.
1313

1414
<Requirements />
1515

@@ -49,3 +49,5 @@ To identify your current CSI release version, navigate to the [Cockpit interface
4949
* `sbs-5k` and `sbs-15k` are pre-configured storage classes designed to meet your IOPS requirements. You can achieve the equivalent of setting `iops:5k` in your custom class.
5050
</Message>
5151
* [Encrypting volumes](https://github.com/scaleway/scaleway-csi/tree/release-0.3/examples/kubernetes#encrypting-volumes)
52+
* [How to use SFS with Kubernetes Kapsule](/kubernetes/how-to/use-sfs-with-kubernetes.mdx)
53+
* [Using Kubernetes subPath with Scaleway File Storage on Kapsule clusters](/kubernetes/reference-content/using-subpath-with-sfs.mdx)

0 commit comments

Comments
 (0)