From 49a9dc9b8bf1c9cffe11b3b8df0c145bdf80c6d7 Mon Sep 17 00:00:00 2001 From: Becca Powell Date: Tue, 21 Aug 2018 15:33:01 -0700 Subject: [PATCH] Fix typo in Prometheus alerting rules --- addons/prometheus/rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/prometheus/rules.yaml b/addons/prometheus/rules.yaml index 99dbf7c7..ed61ecda 100644 --- a/addons/prometheus/rules.yaml +++ b/addons/prometheus/rules.yaml @@ -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: |