Enhance and add more evictionHard thresholds in example yaml to encourage holistic parameter changes #42105
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
language/en
Issues or PRs related to English language
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
This is a Bug Report
Problem:
As we know that, in eviction hard thresholds, when we change the default value of any one of the four parameters (memory.available, nodefs.available, imagefs.available, nodefs.inodesFree), then the value of other parameters will be set to 0.
Although this is an expected behaviour but I think it's not a good motivation for user to change only the one parameter as given in this example. As setting other parameters to 0 is not a good scenario.
Proposed Solution:
Is there any good case by setting the other parameters to 0 or we should change the example to motivate users to change all parameters
Page to Update:
https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
The text was updated successfully, but these errors were encountered: