Create PersistentVolumeClaim
This document provides step-by-step instructions to create a PersistentVolumeClaim (PVC) using the Local PV LVM storage class. It explains how to define a PVC manifest with key attributes such as the storage class name, access modes, and storage size requirements.
By following the example provided, you can seamlessly request storage resources that are dynamically provisioned and managed by the LVM driver.
Create a PVC using the storage class created for the LVM driver.
#
SupportIf you encounter issues or have a question, file a Github issue, or talk to us on the #openebs channel on the Kubernetes Slack server.