Skip to content

Commit 8c7c94d

Browse files
authored
Updates url to point to the glossary
Substitutes the existing url to archived documentation of "Kubernetes Resource" with URL pointing to glossary . Fixes the #31396
1 parent 2a65401 commit 8c7c94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Helper programs relating to the volume type may be required for consumption of a
422422

423423
### Capacity
424424

425-
Generally, a PV will have a specific storage capacity. This is set using the PV's `capacity` attribute. See the Kubernetes [Resource Model](https://git.k8s.io/community/contributors/design-proposals/scheduling/resources.md) to understand the units expected by `capacity`.
425+
Generally, a PV will have a specific storage capacity. This is set using the PV's `capacity` attribute. Read the glossary term [Quantity](https://kubernetes.io/docs/reference/glossary/?all=true#term-quantity) to understand the units expected by `capacity`.
426426

427427
Currently, storage size is the only resource that can be set or requested. Future attributes may include IOPS, throughput, etc.
428428

0 commit comments

Comments
 (0)