Skip to content
Snippets Groups Projects
Verified Commit 5eba678f authored by David Hoese's avatar David Hoese
Browse files

Update prometheus rules to try to fix KubernetesPodNotHealthy

parent 32e0c25e
No related branches found
No related tags found
No related merge requests found
......@@ -435,8 +435,8 @@ spec:
description: "A StatefulSet went down\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
- alert: KubernetesPodNotHealthy
expr: min_over_time(sum by (namespace, pod) (kube_pod_status_phase{phase=~"Pending|Unknown|Failed"})[1h:]) > 0
for: 15m
expr: min_over_time(sum by (namespace, pod) (kube_pod_status_phase{phase=~"Pending|Unknown|Failed"})[1h:5m]) > 0
for: 5m
labels:
severity: critical
ruleGroup: geosphere-kubernetes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment