Skip to content
Snippets Groups Projects
user avatar
Arunprasad Rajkumar authored
Reduce threshold of NodeFilesystemSpaceFillingUp warning alert to 20% space available, instead of 40% (default).

This will align the threshold according to default kubelet GC values
below[1],

"imageMinimumGCAge": "2m0s",
"imageGCHighThresholdPercent": 85,
"imageGCLowThresholdPercent": 80,

[1] https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/



Signed-off-by: default avatarArunprasad Rajkumar <arajkuma@redhat.com>
03471fd8
History
Name Last commit Last update