Skip to content

Commit db301d5

Browse files
update pv
1 parent 2438801 commit db301d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,12 @@ 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 use this to explicitly bind to a specific PersistentVolume.
824+
If the specified PV is already bound to another PVC, the binding will be stuck
825+
in a pending state.
826+
821827
### Resources
822828

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

0 commit comments

Comments
 (0)