Updates based on feedback
This commit is contained in:
@@ -10,6 +10,6 @@ tags:
|
|||||||
- core-object
|
- core-object
|
||||||
- storage
|
- storage
|
||||||
short-description: >
|
short-description: >
|
||||||
A PersistentVolumeClaim (PVC) is used to claim storage resources defined in a PersistentVolume (PV) so that it can be mounted as a volume in a container.
|
Claims storage resources defined in a {% glossary_tooltip text="PersistentVolume (PV)" term_id="persistent-volume" %} so that it can be mounted as a volume in a container.
|
||||||
long-description: |
|
long-description: |
|
||||||
The PersistentVolumeClaim (PVC) 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), but no details of the storage itself (which are in the PV).
|
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 in the PersistentVolume specification.
|
||||||
|
|||||||
Reference in New Issue
Block a user