Home Explore Blog CI



kubernetes

1st chunk of `content/en/includes/default-storage-class-prereqs.md`
ce1a0c8f6722cf8249378d01abfc1acceb9039b82e65b913000000010000019c
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.


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.