We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db301d5 commit 71031f3Copy full SHA for 71031f3
content/en/docs/concepts/storage/persistent-volumes.md
@@ -820,7 +820,9 @@ consumption of the volume as either a filesystem or block device.
820
821
### Volume Name
822
823
-Claims use this to explicitly bind to a specific PersistentVolume.
+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.
826
If the specified PV is already bound to another PVC, the binding will be stuck
827
in a pending state.
828
0 commit comments