Merge pull request #49279 from network-charles/network-charles-patch-4

Add VolumeName to the PV Page
pull/49282/head
Kubernetes Prow Robot 2025-01-03 17:20:14 +01:00 committed by GitHub
commit a6fa3b8720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -818,6 +818,14 @@ storage with specific access modes.
Claims use [the same convention as volumes](#volume-mode) to indicate the
consumption of the volume as either a filesystem or block device.
### Volume Name
Claims can use the `volumeName` field to explicitly bind to a specific PersistentVolume. You can also leave
`volumeName` unset, indicating that you'd like Kubernetes to set up a new PersistentVolume
that matches the claim.
If the specified PV is already bound to another PVC, the binding will be stuck
in a pending state.
### Resources
Claims, like Pods, can request specific quantities of a resource. In this case,