Skip to content

Commit de99c92

Browse files
committed
alerts: Humanize KubeMemoryOvercommit byte value
1 parent cda45b4 commit de99c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/resource_alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
severity: 'warning',
5050
},
5151
annotations: {
52-
description: 'Cluster has overcommitted memory resource requests for Pods by {{ $value }} bytes and cannot tolerate node failure.',
52+
description: 'Cluster has overcommitted memory resource requests for Pods by {{ $value | humanize }} bytes and cannot tolerate node failure.',
5353
summary: 'Cluster has overcommitted memory resource requests.',
5454
},
5555
'for': '10m',

0 commit comments

Comments
 (0)