Skip to content

Commit 71031f3

Browse files
network-charlesTim Bannister
andauthored
Suggestion 1
Co-authored-by: Tim Bannister <[email protected]>
1 parent db301d5 commit 71031f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,9 @@ consumption of the volume as either a filesystem or block device.
820820

821821
### Volume Name
822822

823-
Claims use this to explicitly bind to a specific PersistentVolume.
823+
Claims can use the `volumeName` field to explicitly bind to a specific PersistentVolume. You can also leave
824+
`volumeName` unset, indicating that you'd like Kubernetes to set up a new PersistentVolume
825+
that matches the claim.
824826
If the specified PV is already bound to another PVC, the binding will be stuck
825827
in a pending state.
826828

0 commit comments

Comments
 (0)