@@ -7,7 +7,7 @@ It will cover [Persistent Volumes/Persistent Volume Claims (PV/PVC)](https://kub
77and [ Storage Classes] ( https://kubernetes.io/docs/concepts/storage/storage-classes/ ) .
88
99If a [ StorageClass] ( https://kubernetes.io/docs/concepts/storage/storage-classes/ )
10- is not provided in the examples, the ` scw-fs ` storage class will be used.
10+ is not provided in the examples, the ` sfs-standard ` storage class will be used.
1111
1212## PVC & Deployment
1313
4141 volumeMode : Filesystem
4242 accessModes :
4343 - ReadWriteOnce
44- storageClassName : scw-fs
44+ storageClassName : sfs-standard
4545 csi :
4646 driver : filestorage.csi.scaleway.com
4747 volumeHandle : fr-par/11111111-1111-1111-111111111111
5555 - fr-par
5656` ` `
5757
58- Once the PV is created, create a PVC with the same attributes (here ` scw-fs `
58+ Once the PV is created, create a PVC with the same attributes (here ` sfs-standard `
5959as storage class and a size of 100G) :
6060
6161` ` ` bash
@@ -73,7 +73,7 @@ kubectl apply -f importing/pod.yaml
7373[StorageClasses](https://kubernetes.io/docs/concepts/storage/storage-classes/)
7474offer a way to easily create different types of [Volumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/).
7575
76- In the installation guide, a basic storage class is deployed : ` scw-fs ` that
76+ In the installation guide, a basic storage class is deployed : ` sfs-standard ` that
7777will provision standard Scaleway File Systems. We will see here how to customize
7878different storage classes. The provisioner will always be `filestorage.csi.scaleway.com`.
7979
0 commit comments