From 9558f9b78b055ab3d1b22a71a766747a10849093 Mon Sep 17 00:00:00 2001 From: Ader Date: Thu, 31 Dec 2020 17:21:41 +0800 Subject: [PATCH] Fix some typo in pod-overhead.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Uniform case in pod-overhead.md(Kubelet → kubelet). --- content/en/docs/concepts/scheduling-eviction/pod-overhead.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/scheduling-eviction/pod-overhead.md b/content/en/docs/concepts/scheduling-eviction/pod-overhead.md index 989db38a7ffdb..cb3ad94241e7e 100644 --- a/content/en/docs/concepts/scheduling-eviction/pod-overhead.md +++ b/content/en/docs/concepts/scheduling-eviction/pod-overhead.md @@ -30,7 +30,7 @@ time according to the overhead associated with the Pod's [RuntimeClass](/docs/concepts/containers/runtime-class/). 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. ## Enabling Pod Overhead {#set-up}