Skip to content
Snippets Groups Projects
Commit a9e667d2 authored by piglei™'s avatar piglei™ Committed by Giancarlo Rubio
Browse files

kube-prometheus: fix alert rule K8SManyNodesNotReady (#1313)

* kube-prometheus: fix alert rule K8SManyNodesNotReady

* fix alert "K8SManyNodesNotReady" in helm templates & make generate

* Use sync_kube_prometheus.py to make rules in helm in sync
parent 2a6b3db3
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ groups:
- alert: K8SManyNodesNotReady
expr: count(kube_node_status_condition{condition="Ready",status="true"} == 0)
> 1 and (count(kube_node_status_condition{condition="Ready",status="true"} ==
0) / count(kube_node_status_condition{condition="Ready",status="true"})) > 0.2
0) / count(kube_node_status_condition{condition="Ready",status="true"})) * 100 > 20
for: 1m
labels:
severity: critical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment