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: Tim Bannister <[email protected]>
  • Loading branch information
Affan-7 and sftim authored Jul 24, 2023
1 parent 4ad21b3 commit 7b53b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b53b1e

Please sign in to comment.