Skip to content

Commit

Permalink
Update alerts/kube_apiserver.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangaiser authored Dec 9, 2024
1 parent 13a4c2e commit 3942941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alerts/kube_apiserver.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ local utils = import '../lib/utils.libsonnet';
expr: |||
sum by(%(clusterLabel)s, instance, name, reason)(increase(aggregator_unavailable_apiservice_total{%(kubeApiserverSelector)s}[1m])) > 0
||| % $._config,
'for': '10m',
labels: {
severity: 'warning',
},
Expand Down

0 comments on commit 3942941

Please sign in to comment.