From 5e0049820de4f823a2e625779366c6c4a20af0ce Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Mon, 16 Mar 2026 16:54:52 +0100 Subject: [PATCH] remove Cilium agent high restart rate alert --- _data/rules.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index 13565f4..2ba9730 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -3922,10 +3922,6 @@ groups: query: "sum(cilium_controllers_failing{}) by (pod) > 0" severity: warning for: 5m - - name: Cilium agent high restart rate - description: "Cilium agent has restarted more than twice in the last 15 minutes. It might be crashlooping." - query: 'changes(process_start_time_seconds{job=~".*cilium.*"}[15m]) > 2' - severity: warning # Endpoints - name: Cilium agent endpoint failures description: "Cilium agent {{ $labels.pod }} has {{ $value }} endpoint(s) in invalid state."