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
Branches
Tags
No related merge requests found
...@@ -28,6 +28,11 @@ local defaults = { ...@@ -28,6 +28,11 @@ local defaults = {
ruleLabels: {}, ruleLabels: {},
_config: { _config: {
nodeExporterSelector: 'job="' + defaults.name + '"', 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, fsSpaceFillingUpWarningThreshold: 20,
fsSpaceFillingUpCriticalThreshold: 15, fsSpaceFillingUpCriticalThreshold: 15,
diskDeviceSelector: 'device=~"mmcblk.p.+|nvme.+|rbd.+|sd.+|vd.+|xvd.+|dm-.+|dasd.+"', 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.
Please register or to comment