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.