PersistentVolume
Resource Icon

Resource Overview
A Kubernetes resource that provides network-attached storage for a cluster.
Associated Resources
Parent Resource
Connected Resources
Resource Setting Values
service_name: Name of the PersistentVolume resourceannotations: A key-value used to display necessary information in the Kubernetes systemlabels: To distinguish objects, the user arbitrarily specifies the desired valuespec: Define specific specifications of PVstorage_class_name: Specify the storage class name to usestorage_capacity: Set storage capacity to usevolume_driver: Setting the volume driver to usevolume_handle: Identifier that links the PV to the physical storage resourcepersistent_volume_reclaim_policy: Volume policy when released from claim -retain,delete,recycleread_only: Whether to force Readonly settings on volume mounts -false,truevolume_attributes: Specifies the properties of the volume to useaccess_modes: Specifies how the volume can be mounted -ReadOnlyMany,ReadWriteOnce,ReadWriteManymount_options: Specify additional mount options
node_stage_secret_ref: Specifies a Kubernetes secret that contains authentication for users who can access storagename: Set the secret namenamespace: Set the namespace for the secret