Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 807 Bytes

persistent-volume-claim.md

File metadata and controls

18 lines (15 loc) · 807 Bytes
title id date full_link short_description aka tags
Persistent Volume Claim
persistent-volume-claim
2018-04-12
/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims
Claims storage resources defined in a PersistentVolume so that it can be mounted as a volume in a container.
core-object
storage

Claims storage resources defined in a {{< glossary_tooltip text="PersistentVolume" term_id="persistent-volume" >}} so that it can be mounted as a volume in a {{< glossary_tooltip text="container" term_id="container" >}}.

Specifies the amount of storage, how the storage will be accessed (read-only, read-write and/or exclusive) and how it is reclaimed (retained, recycled or deleted). Details of the storage itself are described in the PersistentVolume object.