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 25, 2023
1 parent fb63160 commit fe0fa31
Showing 1 changed file with 2 additions and 4 deletions.
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 All @@ -57,12 +57,10 @@ In the example, by changing the default value of only one parameter for
evictionHard, the default values of other parameters will not be inherited and
will be set to zero. In order to provide custom values, you should provide all
the threshold values respectively.

---
{{< /note >}}

The `imagefs` is an optional filesystem that container runtimes use to store container
images and container writable layers.
{{< /note >}}

## Start a kubelet process configured via the config file

Expand Down

0 comments on commit fe0fa31

Please sign in to comment.