From 43bbcbbdad2cd04e0c9ca34c4dd1f32311db0b1b Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sun, 20 Aug 2023 00:34:03 +0200 Subject: [PATCH] Update rules.yml --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index 4adc2b0..7fb1a6a 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -1817,7 +1817,7 @@ groups: severity: warning for: 10m - name: Kubernetes DaemonSet misscheduled - description: Some Pods of DaemonSet {{ $labels.namespace }}/{{ $labels.daemonset }} arerunning where they are not supposed to run + description: Some Pods of DaemonSet {{ $labels.namespace }}/{{ $labels.daemonset }} are running where they are not supposed to run query: 'kube_daemonset_status_number_misscheduled > 0' severity: critical for: 1m