Suggestion 1

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/49279/head
Charles Uneze 2025-01-03 15:36:25 +01:00 committed by GitHub
parent db301d55d6
commit 71031f3a5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -820,7 +820,9 @@ consumption of the volume as either a filesystem or block device.
### Volume Name
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
`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.