Skip to content

Commit

Permalink
Merge pull request #49279 from network-charles/network-charles-patch-4
Browse files Browse the repository at this point in the history
Add VolumeName to the PV Page
  • Loading branch information
k8s-ci-robot authored Jan 3, 2025
2 parents d545540 + 71031f3 commit a6fa3b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a6fa3b8

Please sign in to comment.