File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
content/zh-cn/docs/concepts/storage Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11---
22title : 存储容量
33content_type : concept
4- weight : 70
4+ weight : 80
55---
66<!--
77reviewers:
@@ -12,7 +12,7 @@ reviewers:
1212- pohly
1313title: Storage Capacity
1414content_type: concept
15- weight: 70
15+ weight: 80
1616-->
1717
1818<!-- overview -->
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ weight: 90
1818
1919<!-- overview -->
2020
21- <!--
21+ <!--
2222This page describes the maximum number of volumes that can be attached
23- to a Node for various cloud providers.
23+ to a Node for various cloud providers.
2424-->
2525此页面描述了各个云供应商可关联至一个节点的最大卷数。
2626
27- <!--
27+ <!--
2828Cloud providers like Google, Amazon, and Microsoft typically have a limit on
2929how many volumes can be attached to a Node. It is important for Kubernetes to
3030respect those limits. Otherwise, Pods scheduled on a Node could get stuck
31- waiting for volumes to attach.
31+ waiting for volumes to attach.
3232-->
3333谷歌、亚马逊和微软等云供应商通常对可以关联到节点的卷数量进行限制。
3434Kubernetes 需要尊重这些限制。 否则,在节点上调度的 Pod 可能会卡住去等待卷的关联。
Original file line number Diff line number Diff line change @@ -390,12 +390,12 @@ the `VolumeSnapshotContent` that corresponds to the `VolumeSnapshot`.
390390到对应 ` VolumeSnapshot` 的 `VolumeSnapshotContent` 中。
391391
392392<!--
393- For pre-provisioned snapshots, `spec.SourceVolumeMode ` needs to be populated
393+ For pre-provisioned snapshots, `spec.sourceVolumeMode ` needs to be populated
394394by the cluster administrator.
395395
396396An example `VolumeSnapshotContent` resource with this feature enabled would look like :
397397-->
398- 对于预制备的快照,`spec.SourceVolumeMode ` 需要由集群管理员填充。
398+ 对于预制备的快照,`spec.sourceVolumeMode ` 需要由集群管理员填充。
399399
400400启用此特性的 `VolumeSnapshotContent` 资源示例如下所示:
401401
You can’t perform that action at this time.
0 commit comments