Fix grammatical error in persistent volumes (#8132)

This commit is contained in:
Shubheksha
2018-04-20 00:16:59 +05:30
committed by k8s-ci-robot
parent 28d673b949
commit 3141f94c28
+1 -1
View File
@@ -66,7 +66,7 @@ Claims will remain unbound indefinitely if a matching volume does not exist. Cla
### Using
Pods use claims as volumes. The cluster inspects the claim to find the bound volume and mounts that volume for a pod. For volumes which support multiple access modes, the user specifies which mode desired when using their claim as a volume in a pod.
Pods use claims as volumes. The cluster inspects the claim to find the bound volume and mounts that volume for a pod. For volumes which support multiple access modes, the user specifies which mode is desired when using their claim as a volume in a pod.
Once a user has a claim and that claim is bound, the bound PV belongs to the user for as long as they need it. Users schedule Pods and access their claimed PVs by including a `persistentVolumeClaim` in their Pod's volumes block. [See below for syntax details](#claims-as-volumes).