fix some words

This commit is contained in:
Junxian Wu 2020-04-22 08:57:25 +08:00
parent 3906e25d2d
commit 2c82a8535f
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ With resource quotas, cluster administrators can restrict resource consumption a
Within a namespace, a Pod or Container can consume as much CPU and memory as defined by the namespace's resource quota. There is a concern that one Pod or Container could monopolize all available resources. A LimitRange is a policy to constrain resource allocations (to Pods or Containers) in a namespace.
-->
默认情况下, Kubernetes 集群上的容器运行使用的[计算资源](/docs/user-guide/compute-resources) 没有限。
默认情况下, Kubernetes 集群上的容器运行使用的[计算资源](/docs/user-guide/compute-resources) 没有限
使用资源配额,集群管理员可以以命名空间为单位,限制其资源的使用与创建。
在命名空间中,一个 Pod 或 Container 能够尽可能多地使用命名空间的资源配额所定义的 CPU 和内存。有人担心,一个 Pod 或 Container 会垄断所有可用的资源。LimitRange 是在命名空间内限制资源分配(给多个 Pod 或 Container的策略对象。
在命名空间中,一个 Pod 或 Container 最多能够使用命名空间的资源配额所定义的 CPU 和内存用量。有人担心,一个 Pod 或 Container 会垄断所有可用的资源。LimitRange 是在命名空间内限制资源分配(给多个 Pod 或 Container的策略对象。
{{% /capture %}}