diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-08 22:02:54 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-08 22:02:54 +0200 |
| commit | 336e28b6c6703dac5fd8b6ee87bc017e1bdb84fb (patch) | |
| tree | 4d13c172ff448175ba09e841c9fea0a2283d2171 /f3s | |
| parent | e7a36bcbb09a931694bf55dfd3659e5ec4510731 (diff) | |
Disable KubeProxyDown and KubeSchedulerDown alerts for k3s
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/argocd-apps/monitoring/prometheus.yaml | 10 |
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: |
