Skip to content

Commit a2fc253

Browse files
authored
Merge pull request #35166 from windsonsea/storageyhf
[zh-cn] updated limit-storage-consumption.md
2 parents 7394ca3 + 7d3192b commit a2fc253

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/zh-cn/docs/tasks/administer-cluster/limit-storage-consumption.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 限制存储消耗
2+
title: 限制存储使用量
33
content_type: task
44
---
55
<!--
@@ -12,14 +12,14 @@ content_type: task
1212
<!--
1313
This example demonstrates how to limit the amount of storage consumed in a namespace
1414
-->
15-
此示例演示了如何限制一个名字空间中的存储使用量
15+
此示例演示如何限制一个名字空间中的存储使用量
1616

1717
<!--
1818
The following resources are used in the demonstration: [ResourceQuota](/docs/concepts/policy/resource-quotas/),
1919
[LimitRange](/docs/tasks/administer-cluster/memory-default-namespace/),
2020
and [PersistentVolumeClaim](/docs/concepts/storage/persistent-volumes/).
2121
-->
22-
演示中用到了以下资源:[ResourceQuota](/zh-cn/docs/concepts/policy/resource-quotas/)
22+
演示中用到了以下资源:[ResourceQuota](/zh-cn/docs/concepts/policy/resource-quotas/)
2323
[LimitRange](/zh-cn/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/)
2424
[PersistentVolumeClaim](/zh-cn/docs/concepts/storage/persistent-volumes/)
2525

@@ -32,18 +32,18 @@ and [PersistentVolumeClaim](/docs/concepts/storage/persistent-volumes/).
3232
<!--
3333
## Scenario: Limiting Storage Consumption
3434
-->
35-
## 场景:限制存储消耗
35+
## 场景:限制存储使用量
3636

3737
<!--
3838
The cluster-admin is operating a cluster on behalf of a user population and the admin wants to control
3939
how much storage a single namespace can consume in order to control cost.
4040
-->
41-
集群管理员代表用户群操作集群,管理员希望控制单个名称空间可以消耗多少存储空间以控制成本
41+
集群管理员代表用户群操作集群,该管理员希望控制单个名字空间可以消耗多少存储空间以控制成本
4242

4343
<!--
4444
The admin would like to limit:
4545
-->
46-
管理员想要限制
46+
该管理员想要限制
4747

4848
<!--
4949
1. The number of persistent volume claims in a namespace
@@ -101,18 +101,18 @@ AWS EBS volumes have a 1Gi minimum requirement.
101101
Admins can limit the number of PVCs in a namespace as well as the cumulative capacity of those PVCs. New PVCs that exceed
102102
either maximum value will be rejected.
103103
-->
104-
管理员可以限制某个名字空间中的 PVCs 个数以及这些 PVCs 的累计容量。
105-
新 PVCs 请求如果超过任一上限值将被拒绝
104+
管理员可以限制某个名字空间中的 PVC 个数以及这些 PVC 的累计容量。
105+
如果 PVC 的数目超过任一上限值,新的 PVC 将被拒绝
106106
107107
<!--
108108
In this example, a 6th PVC in the namespace would be rejected because it exceeds the maximum count of 5. Alternatively,
109109
a 5Gi maximum quota when combined with the 2Gi max limit above, cannot have 3 PVCs where each has 2Gi. That would be 6Gi requested
110110
for a namespace capped at 5Gi.
111111
-->
112112
在此示例中,名字空间中的第 6 个 PVC 将被拒绝,因为它超过了最大计数 5。
113-
或者,当与上面的 2Gi 最大容量限制结合在一起时,意味着 5Gi 的最大配额
114-
不能支持 3 个都是 2Gi 的 PVC。
115-
后者实际上是向名字空间请求 6Gi 容量,而该命令空间已经设置上限为 5Gi。
113+
或者,当与上面的 2Gi 最大容量限制结合在一起时,
114+
意味着 5Gi 的最大配额不能支持 3 个都是 2Gi 的 PVC。
115+
后者实际上是向名字空间请求 6Gi 容量,而该名字空间已经设置上限为 5Gi。
116116
117117
```yaml
118118
apiVersion: v1

0 commit comments

Comments
 (0)