Skip to content

Commit 00abf7a

Browse files
committed
Fix false Object in persistentVolumeClaim explanation
The persistentVolumeClaim explanation was contradictory. I've changed it, since PersistentVolumeClaims are an abstraction layer for PersistentVolumes, which in turn "capture[..] the details of the implementation of the storage".
1 parent 4b6fc16 commit 00abf7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,8 @@ See the [NFS example](https://github.com/kubernetes/examples/tree/{{< param "git
756756
### persistentVolumeClaim {#persistentvolumeclaim}
757757

758758
A `persistentVolumeClaim` volume is used to mount a
759-
[PersistentVolume](/docs/concepts/storage/persistent-volumes/) into a Pod. PersistentVolumes are a
760-
way for users to "claim" durable storage (such as a GCE PersistentDisk or an
759+
[PersistentVolume](/docs/concepts/storage/persistent-volumes/) into a Pod. PersistentVolumeClaims
760+
are a way for users to "claim" durable storage (such as a GCE PersistentDisk or an
761761
iSCSI volume) without knowing the details of the particular cloud environment.
762762

763763
See the [PersistentVolumes example](/docs/concepts/storage/persistent-volumes/) for more

0 commit comments

Comments
 (0)