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 1
1
---
2
2
title : 存储容量
3
3
content_type : concept
4
- weight : 70
4
+ weight : 80
5
5
---
6
6
<!--
7
7
reviewers:
@@ -12,7 +12,7 @@ reviewers:
12
12
- pohly
13
13
title: Storage Capacity
14
14
content_type: concept
15
- weight: 70
15
+ weight: 80
16
16
-->
17
17
18
18
<!-- overview -->
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ weight: 90
18
18
19
19
<!-- overview -->
20
20
21
- <!--
21
+ <!--
22
22
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.
24
24
-->
25
25
此页面描述了各个云供应商可关联至一个节点的最大卷数。
26
26
27
- <!--
27
+ <!--
28
28
Cloud providers like Google, Amazon, and Microsoft typically have a limit on
29
29
how many volumes can be attached to a Node. It is important for Kubernetes to
30
30
respect those limits. Otherwise, Pods scheduled on a Node could get stuck
31
- waiting for volumes to attach.
31
+ waiting for volumes to attach.
32
32
-->
33
33
谷歌、亚马逊和微软等云供应商通常对可以关联到节点的卷数量进行限制。
34
34
Kubernetes 需要尊重这些限制。 否则,在节点上调度的 Pod 可能会卡住去等待卷的关联。
Original file line number Diff line number Diff line change @@ -390,12 +390,12 @@ the `VolumeSnapshotContent` that corresponds to the `VolumeSnapshot`.
390
390
到对应 ` VolumeSnapshot` 的 `VolumeSnapshotContent` 中。
391
391
392
392
<!--
393
- For pre-provisioned snapshots, `spec.SourceVolumeMode ` needs to be populated
393
+ For pre-provisioned snapshots, `spec.sourceVolumeMode ` needs to be populated
394
394
by the cluster administrator.
395
395
396
396
An example `VolumeSnapshotContent` resource with this feature enabled would look like :
397
397
-->
398
- 对于预制备的快照,`spec.SourceVolumeMode ` 需要由集群管理员填充。
398
+ 对于预制备的快照,`spec.sourceVolumeMode ` 需要由集群管理员填充。
399
399
400
400
启用此特性的 `VolumeSnapshotContent` 资源示例如下所示:
401
401
You can’t perform that action at this time.
0 commit comments