Skip to content

Commit 0b479f7

Browse files
authored
Merge pull request #32281 from sshukun/concepts-storage
[zh] Update storage pages in concepts
2 parents 1601127 + 89baadb commit 0b479f7

File tree

2 files changed

+248
-334
lines changed

2 files changed

+248
-334
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ size that is within the capacity limits of underlying storage provider. You can
666666

667667
<!--
668668
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,
670670
the new value must still be higher than `.status.capacity`.
671671
Kubernetes does not support shrinking a PVC to less than its current size.
672672
-->
@@ -810,17 +810,17 @@ Helper programs relating to the volume type may be required for consumption of a
810810
<!--
811811
### Capacity
812812

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`.
814814

815815
Currently, storage size is the only resource that can be set or requested. Future attributes may include IOPS, throughput, etc.
816816
-->
817817
### 容量 {#capacity}
818818

819819
一般而言,每个 PV 卷都有确定的存储容量。
820820
容量属性是使用 PV 对象的 `capacity` 属性来设置的。
821-
参考 Kubernetes
822-
[资源模型(Resource Model)](https://git.k8s.io/community/contributors/design-proposals/scheduling/resources.md)
823-
设计提案,了解 `capacity` 字段可以接受的单位。
821+
参考词汇表中的
822+
[量纲(Quantity)](/zh/docs/reference/glossary/?all=true#term-quantity)
823+
词条,了解 `capacity` 字段可以接受的单位。
824824

825825
目前,存储大小是可以设置和请求的唯一资源。
826826
未来可能会包含 IOPS、吞吐量等属性。
@@ -1038,19 +1038,19 @@ The following volume types support mount options:
10381038
-->
10391039
以下卷类型支持挂载选项:
10401040

1041-
* AWSElasticBlockStore
1042-
* AzureDisk
1043-
* AzureFile
1044-
* CephFS
1045-
* Cinder (OpenStack 块存储)
1046-
* GCEPersistentDisk
1047-
* Glusterfs
1048-
* NFS
1049-
* Quobyte 卷
1050-
* RBD (Ceph 块设备)
1051-
* StorageOS
1052-
* VsphereVolume
1053-
* iSCSI
1041+
* `awsElasticBlockStore`
1042+
* `azureDisk`
1043+
* `azureFile`
1044+
* `cephfs`
1045+
* `cinder` (**已弃用**于 v1.18)
1046+
* `gcePersistentDisk`
1047+
* `glusterfs`
1048+
* `iscsi`
1049+
* `nfs`
1050+
* `quobyte` (**已弃用**于 v1.22)
1051+
* `rbd`
1052+
* `storageos` (**已弃用**于 v1.22)
1053+
* `vsphereVolume`
10541054

10551055
<!--
10561056
Mount options are not validated, If a mount option is invalid, the mount fails.

0 commit comments

Comments
 (0)