*: Regenerate manifests

This commit is contained in:
Lili Cosic
2019-07-01 15:21:09 +02:00
parent 6c34ff2d72
commit aa18a46155
9 changed files with 17 additions and 17 deletions

View File

@@ -462,7 +462,7 @@ spec:
state for longer than an hour.
runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubepodnotready
expr: |
sum by (namespace, pod) (kube_pod_status_phase{job="kube-state-metrics", phase=~"Pending|Unknown"}) > 0
sum by (namespace, pod) (kube_pod_status_phase{job="kube-state-metrics", phase=~"Failed|Pending|Unknown"}) > 0
for: 1h
labels:
severity: critical