We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 363c7ad + 5040976 commit b090c46Copy full SHA for b090c46
content/zh-cn/docs/concepts/policy/resource-quotas.md
@@ -79,7 +79,7 @@ You can use a [LimitRange](/docs/concepts/policy/limit-range/) to automatically
79
a default request for these resources.
80
-->
81
- 对于 `cpu` 和 `memory` 资源:ResourceQuota 强制该命名空间中的每个(新)Pod 为该资源设置限制。
82
- 如果你在命名空间中为 `cpu` 和 `memory` 制实施资源配额,
+ 如果你在命名空间中为 `cpu` 和 `memory` 实施资源配额,
83
你或其他客户端**必须**为你提交的每个新 Pod 指定该资源的 `requests` 或 `limits`。
84
否则,控制平面可能会拒绝接纳该 Pod。
85
- 对于其他资源:ResourceQuota 可以工作,并且会忽略命名空间中的 Pod,而无需为该资源设置限制或请求。
0 commit comments