Skip to content

Commit a6fa3b8

Browse files
authored
Merge pull request #49279 from network-charles/network-charles-patch-4
Add VolumeName to the PV Page
2 parents d545540 + 71031f3 commit a6fa3b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,14 @@ storage with specific access modes.
818818
Claims use [the same convention as volumes](#volume-mode) to indicate the
819819
consumption of the volume as either a filesystem or block device.
820820

821+
### Volume Name
822+
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.
826+
If the specified PV is already bound to another PVC, the binding will be stuck
827+
in a pending state.
828+
821829
### Resources
822830

823831
Claims, like Pods, can request specific quantities of a resource. In this case,

0 commit comments

Comments
 (0)