Skip to content

Commit 4759a9f

Browse files
committed
scheduling-eviction/pod-overhaed.md: Fix a typo
Bustrable -> Burstable
1 parent 9d74338 commit 4759a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ requests and the overhead, then looks for a node that has 2.25 CPU and 320 MiB o
113113
Once a Pod is scheduled to a node, the kubelet on that node creates a new {{< glossary_tooltip text="cgroup" term_id="cgroup" >}}
114114
for the Pod. It is within this pod that the underlying container runtime will create containers.
115115

116-
If the resource has a limit defined for each container (Guaranteed QoS or Bustrable QoS with limits defined),
116+
If the resource has a limit defined for each container (Guaranteed QoS or Burstable QoS with limits defined),
117117
the kubelet will set an upper limit for the pod cgroup associated with that resource (cpu.cfs_quota_us for CPU
118118
and memory.limit_in_bytes memory). This upper limit is based on the sum of the container limits plus the `overhead`
119119
defined in the PodSpec.

0 commit comments

Comments
 (0)