Merge pull request #25891 from ydFu/patch-2

Fix some typo in pod-overhead.md
This commit is contained in:
Kubernetes Prow Robot
2021-01-04 09:15:56 -08:00
committed by GitHub
@@ -30,7 +30,7 @@ time according to the overhead associated with the Pod's
[RuntimeClass](/docs/concepts/containers/runtime-class/). [RuntimeClass](/docs/concepts/containers/runtime-class/).
When Pod Overhead is enabled, the overhead is considered in addition to the sum of container When Pod Overhead is enabled, the overhead is considered in addition to the sum of container
resource requests when scheduling a Pod. Similarly, Kubelet will include the Pod overhead when sizing resource requests when scheduling a Pod. Similarly, the kubelet will include the Pod overhead when sizing
the Pod cgroup, and when carrying out Pod eviction ranking. the Pod cgroup, and when carrying out Pod eviction ranking.
## Enabling Pod Overhead {#set-up} ## Enabling Pod Overhead {#set-up}