You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/concepts/storage/persistent-volumes.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -666,7 +666,7 @@ size that is within the capacity limits of underlying storage provider. You can
666
666
667
667
<!--
668
668
Note that,
669
-
although you can a specify a lower amount of storage than what was requested previously,
669
+
although you can specify a lower amount of storage than what was requested previously,
670
670
the new value must still be higher than `.status.capacity`.
671
671
Kubernetes does not support shrinking a PVC to less than its current size.
672
672
-->
@@ -810,17 +810,17 @@ Helper programs relating to the volume type may be required for consumption of a
810
810
<!--
811
811
### Capacity
812
812
813
-
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`.
813
+
Generally, a PV will have a specific storage capacity. This is set using the PV's `capacity` attribute. Read the glossary term [Quantity](/docs/reference/glossary/?all=true#term-quantity) to understand the units expected by `capacity`.
814
814
815
815
Currently, storage size is the only resource that can be set or requested. Future attributes may include IOPS, throughput, etc.
0 commit comments