summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-08 22:02:54 +0200
committerPaul Buetow <paul@buetow.org>2026-01-08 22:02:54 +0200
commit336e28b6c6703dac5fd8b6ee87bc017e1bdb84fb (patch)
tree4d13c172ff448175ba09e841c9fea0a2283d2171 /f3s
parente7a36bcbb09a931694bf55dfd3659e5ec4510731 (diff)
Disable KubeProxyDown and KubeSchedulerDown alerts for k3s
Diffstat (limited to 'f3s')
-rw-r--r--f3s/argocd-apps/monitoring/prometheus.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/f3s/argocd-apps/monitoring/prometheus.yaml b/f3s/argocd-apps/monitoring/prometheus.yaml
index aa72097..fcc895d 100644
--- a/f3s/argocd-apps/monitoring/prometheus.yaml
+++ b/f3s/argocd-apps/monitoring/prometheus.yaml
@@ -50,6 +50,16 @@ spec:
kubeScheduler:
enabled: false
+ # Disable alert rules for components not available in k3s
+ defaultRules:
+ rules:
+ kubeProxy: false
+ kubeSchedulerAlerting: false
+ kubeSchedulerRecording: false
+ disabled:
+ KubeProxyDown: true
+ KubeSchedulerDown: true
+
prometheus:
prometheusSpec:
additionalArgs: