Skip to content
Snippets Groups Projects
Unverified Commit 03471fd8 authored by Arunprasad Rajkumar's avatar Arunprasad Rajkumar
Browse files

Adjust threshold for SpaceFillingUp warning alert

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>
parent 8d0aa1f3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment