Skip to content

Commit 8e5b1bc

Browse files
committed
remove in-progress change
Signed-off-by: TheRealNoob <[email protected]>
1 parent 3f64e21 commit 8e5b1bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

alerts/kubelet.libsonnet

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,7 @@ local utils = import '../lib/utils.libsonnet';
127127
{
128128
alert: 'KubeNodeEviction',
129129
expr: |||
130-
sum(rate(kubelet_evictions{%(kubeletSelector)s}[15m])) by(%(clusterLabel)s, eviction_signal, instance) > %(KubeNodeEvictionRateThreshold)s
131-
* on (%(clusterLabel)s, instance) group_left(node)
132-
max by (%(clusterLabel)s, instance, node) (
133-
kubelet_node_name{%(kubeletSelector)s}
134-
)
130+
sum(rate(kubelet_evictions{%(kubeletSelector)s}[15m])) by(%(clusterLabel)s, eviction_signal, node) > %(KubeNodeEvictionRateThreshold)s
135131
||| % $._config,
136132
labels: {
137133
severity: 'info',

0 commit comments

Comments
 (0)