We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda45b4 commit de99c92Copy full SHA for de99c92
alerts/resource_alerts.libsonnet
@@ -49,7 +49,7 @@
49
severity: 'warning',
50
},
51
annotations: {
52
- description: 'Cluster has overcommitted memory resource requests for Pods by {{ $value }} bytes and cannot tolerate node failure.',
+ description: 'Cluster has overcommitted memory resource requests for Pods by {{ $value | humanize }} bytes and cannot tolerate node failure.',
53
summary: 'Cluster has overcommitted memory resource requests.',
54
55
'for': '10m',
0 commit comments