For Kubernetes deployments
Consider the following:
Create the persistent volume claims using disk-based and delete-policy storage classes, and attach them to the container at the storage path.
It is recommended to use the default storage class with the default storage size of 600 Gi storage. To change the storage class or storage size, you need to update the
pdconfconfig map of the Kubernetes deployment, as follows:STORAGE_CLASS=<disk-based storage class> STORAGE_SIZE=<pv size>