Home Explore Blog CI



kubernetes

content/en/includes/default-storage-class-prereqs.md
3259e4ad1a6d5df2eed3aaf424e5fe1f835e02daa9c806a5000000030000019c
You need to either have a [dynamic PersistentVolume provisioner](/docs/concepts/storage/dynamic-provisioning/) with a default
[StorageClass](/docs/concepts/storage/storage-classes/),
or [statically provision PersistentVolumes](/docs/concepts/storage/persistent-volumes/#provisioning)
yourself to satisfy the [PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)
used here.


Chunks
ce1a0c8f (1st chunk of `content/en/includes/default-storage-class-prereqs.md`)
Title: Persistent Volume Provisioning Options
Summary
This section discusses the requirements for PersistentVolume provisioning, emphasizing the need for either a dynamic PersistentVolume provisioner with a default StorageClass or the manual, static provisioning of PersistentVolumes to fulfill the PersistentVolumeClaims used in the application.