parent
db301d55d6
commit
71031f3a5b
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue