Fix typo in Prometheus alerting rules
This commit is contained in:
parent
bec5250e73
commit
49a9dc9b8b
|
@ -299,7 +299,7 @@ data:
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
description: Pod {{$labels.namespaces}}/{{$labels.pod}} is was restarted {{$value}}
|
description: Pod {{$labels.namespaces}}/{{$labels.pod}} restarted {{$value}}
|
||||||
times within the last hour
|
times within the last hour
|
||||||
summary: Pod is restarting frequently
|
summary: Pod is restarting frequently
|
||||||
kubelet.rules.yaml: |
|
kubelet.rules.yaml: |
|
||||||
|
|
Loading…
Reference in New Issue