Skip to content

Commit 5b396f1

Browse files
TheRealNoobskl
andauthored
Update alerts/kubelet.libsonnet
Co-authored-by: Stephen Lang <[email protected]>
1 parent d13e847 commit 5b396f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/kubelet.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ local utils = import '../lib/utils.libsonnet';
133133
'for': '0s',
134134
annotations: {
135135
description: 'Node {{ $labels.node }}%s is evicting Pods due to {{ $labels.eviction_signal }}. Eviction occurs when eviction thresholds are crossed, typically caused by Pods exceeding RAM/ephemeral-storage limits.' % [
136-
utils.ifShowMultiCluster($._config, ' in {{ $labels.%(clusterLabel)s }}' % $._config),
136+
utils.ifShowMultiCluster($._config, ' on {{ $labels.%(clusterLabel)s }}' % $._config),
137137
],
138138
summary: 'Node is evicting pods.',
139139
},

0 commit comments

Comments
 (0)