From 7b53b1e04fe15d5b6baf6ae16c38c9ef2f76498d Mon Sep 17 00:00:00 2001 From: Mohammed Affan <72978371+Affan-7@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:00:44 +0530 Subject: [PATCH] Update content/en/docs/tasks/administer-cluster/kubelet-config-file.md Co-authored-by: Tim Bannister --- content/en/docs/tasks/administer-cluster/kubelet-config-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/kubelet-config-file.md b/content/en/docs/tasks/administer-cluster/kubelet-config-file.md index 3c1116b6573ec..0b0f6d2d0acbc 100644 --- a/content/en/docs/tasks/administer-cluster/kubelet-config-file.md +++ b/content/en/docs/tasks/administer-cluster/kubelet-config-file.md @@ -47,7 +47,7 @@ In this example, the Kubelet is configured with the following settings: 2. port: The Kubelet will serve on port 20250. 3. serializeImagePulls: Image pulls will be done in parallel. 4. Eviction Thresholds: The Kubelet will evict Pods under the following conditions: - - When the node's available memory drops below 200Mi. + - When the node's available memory drops below 200MiB. - When the node's main filesystem's available space is less than 10%. - When the image filesystem's available space is less than 15%. - When more than 95% of the node's main filesystem's inodes are in use.