File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,13 +178,13 @@ for the Pod. It is within this pod that the underlying container runtime will cr
178
178
Pod 中创建容器。
179
179
180
180
<!--
181
- If the resource has a limit defined for each container (Guaranteed QoS or Bustrable QoS with limits defined),
181
+ If the resource has a limit defined for each container (Guaranteed QoS or Burstable QoS with limits defined),
182
182
the kubelet will set an upper limit for the pod cgroup associated with that resource (cpu.cfs_quota_us for CPU
183
183
and memory.limit_in_bytes memory). This upper limit is based on the sum of the container limits plus the `overhead`
184
184
defined in the PodSpec.
185
185
-->
186
186
如果该资源对每一个容器都定义了一个限制(定义了限制值的 Guaranteed QoS 或者
187
- Bustrable QoS),kubelet 会为与该资源(CPU 的 `cpu.cfs_quota_us` 以及内存的
187
+ Burstable QoS),kubelet 会为与该资源(CPU 的 `cpu.cfs_quota_us` 以及内存的
188
188
`memory.limit_in_bytes`)
189
189
相关的 Pod cgroup 设定一个上限。该上限基于 PodSpec 中定义的容器限制总量与 `overhead` 之和。
190
190
You can’t perform that action at this time.
0 commit comments