add comments to reason fsSpaceFilling threshold adjustment
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
This commit is contained in:
@@ -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.+"',
|
||||||
|
|||||||
Reference in New Issue
Block a user