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