Skip to content

Commit 92d5b58

Browse files
committed
[zh]fix content/zh/docs/concepts/scheduling-eviction/pod-overhead.md
1 parent cbc2234 commit 92d5b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/scheduling-eviction/pod-overhead.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ for the Pod. It is within this pod that the underlying container runtime will cr
178178
Pod 中创建容器。
179179
180180
<!--
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),
182182
the kubelet will set an upper limit for the pod cgroup associated with that resource (cpu.cfs_quota_us for CPU
183183
and memory.limit_in_bytes memory). This upper limit is based on the sum of the container limits plus the `overhead`
184184
defined in the PodSpec.
185185
-->
186186
如果该资源对每一个容器都定义了一个限制(定义了限制值的 Guaranteed QoS 或者
187-
Bustrable QoS),kubelet 会为与该资源(CPU 的 `cpu.cfs_quota_us` 以及内存的
187+
Burstable QoS),kubelet 会为与该资源(CPU 的 `cpu.cfs_quota_us` 以及内存的
188188
`memory.limit_in_bytes`)
189189
相关的 Pod cgroup 设定一个上限。该上限基于 PodSpec 中定义的容器限制总量与 `overhead` 之和。
190190

0 commit comments

Comments
 (0)