You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+*Message*: `Node {{ $labels.node }} is evicting Pods due to {{ $labels.eviction_signal }}. Eviction occurs when eviction thresholds are crossed, typically caused by Pods exceeding RAM/ephemeral-storage limits.`
Copy file name to clipboardExpand all lines: tests/tests.yaml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -696,23 +696,17 @@ tests:
696
696
values: '1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 3 3 3 3 3'
697
697
alert_rule_test:
698
698
- eval_time: 18m
699
-
alertname: KubeNodeEvictions
699
+
alertname: KubeNodeEviction
700
700
exp_alerts:
701
701
- exp_labels:
702
702
eviction_signal: memory.available
703
703
cluster: kubernetes
704
704
node: minikube
705
705
severity: info
706
-
endpoint: https-main
707
-
instance: 10.0.2.15:10250
708
-
job: kubelet
709
-
namespace: monitoring
710
-
pod: kube-state-metrics-b894d84cc-d6htw
711
-
service: kube-state-metrics
712
706
exp_annotations:
713
707
summary: "Node is evicting pods."
714
708
description: 'Node minikube is evicting Pods due to memory.available. Eviction occurs when eviction thresholds are crossed, typically caused by Pods exceeding RAM/ephemeral-storage limits.'
0 commit comments