Skip to content

Commit 9dc5989

Browse files
authored
Merge pull request #39369 from Zhuzhenghao/zh/volume-snapshots
[zh] Sync small changes in page storage-capacity,storage-limits,volume-snapshot
2 parents 5bfb547 + ac0d487 commit 9dc5989

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

content/zh-cn/docs/concepts/storage/storage-capacity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 存储容量
33
content_type: concept
4-
weight: 70
4+
weight: 80
55
---
66
<!--
77
reviewers:
@@ -12,7 +12,7 @@ reviewers:
1212
- pohly
1313
title: Storage Capacity
1414
content_type: concept
15-
weight: 70
15+
weight: 80
1616
-->
1717

1818
<!-- overview -->

content/zh-cn/docs/concepts/storage/storage-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ weight: 90
1818

1919
<!-- overview -->
2020

21-
<!--
21+
<!--
2222
This 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+
<!--
2828
Cloud providers like Google, Amazon, and Microsoft typically have a limit on
2929
how many volumes can be attached to a Node. It is important for Kubernetes to
3030
respect 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
谷歌、亚马逊和微软等云供应商通常对可以关联到节点的卷数量进行限制。
3434
Kubernetes 需要尊重这些限制。 否则,在节点上调度的 Pod 可能会卡住去等待卷的关联。

content/zh-cn/docs/concepts/storage/volume-snapshots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
394394
by the cluster administrator.
395395

396396
An example `VolumeSnapshotContent` resource with this feature enabled would look like:
397397
-->
398-
对于预制备的快照,`spec.SourceVolumeMode` 需要由集群管理员填充。
398+
对于预制备的快照,`spec.sourceVolumeMode` 需要由集群管理员填充。
399399

400400
启用此特性的 `VolumeSnapshotContent` 资源示例如下所示:
401401

0 commit comments

Comments
 (0)