Skip to content

Commit

Permalink
Update content/en/docs/tasks/administer-cluster/kubelet-config-file.md
Browse files Browse the repository at this point in the history
Co-authored-by: Qiming Teng <[email protected]>
  • Loading branch information
Affan-7 and tengqm committed Sep 21, 2023
1 parent fb63160 commit 590735a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In this example, the kubelet is configured with the following settings:
1. `address`: The kubelet will serve on IP address `192.168.0.8`.
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:
4. `evictionHard`: The kubelet will evict Pods under one of the following conditions:
- When the node's available memory drops below 100MiB.
- When the node's main filesystem's available space is less than 10%.
- When the image filesystem's available space is less than 15%.
Expand Down

0 comments on commit 590735a

Please sign in to comment.