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

add comments to reason fsSpaceFilling threshold adjustment

parent 16ef18ec
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ local defaults = {
ruleLabels: {},
_config: {
nodeExporterSelector: 'job="' + defaults.name + '"',
// Adjust NodeFilesystemSpaceFillingUp warning and critical thresholds according to the following default kubelet
// GC values,
// imageGCLowThresholdPercent: 80
// imageGCHighThresholdPercent: 85
// See https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/ for more details.
fsSpaceFillingUpWarningThreshold: 20,
fsSpaceFillingUpCriticalThreshold: 15,
diskDeviceSelector: 'device=~"mmcblk.p.+|nvme.+|rbd.+|sd.+|vd.+|xvd.+|dm-.+|dasd.+"',
......
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