Skip to content

Commit d2b8411

Browse files
authored
Merge pull request #23735 from bttger/patch-1
Fix false Object in persistentVolumeClaim explanation
2 parents 9943915 + 00abf7a commit d2b8411

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)