File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -756,8 +756,8 @@ See the [NFS example](https://github.com/kubernetes/examples/tree/{{< param "git
756
756
# ## persistentVolumeClaim {#persistentvolumeclaim}
757
757
758
758
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
761
761
iSCSI volume) without knowing the details of the particular cloud environment.
762
762
763
763
See the [PersistentVolumes example](/docs/concepts/storage/persistent-volumes/) for more
You can’t perform that action at this time.
0 commit comments