Skip to content

Commit

Permalink
fix: Re-add cluster label to KubeStatefulSetUpdateNotRolledOut
Browse files Browse the repository at this point in the history
  • Loading branch information
skl committed Aug 28, 2024
1 parent 8c0479c commit 04a5853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerts/apps_alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
{
expr: |||
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, %(clusterLabel)s) (
kube_statefulset_status_current_revision{%(prefixedNamespaceSelector)s%(kubeStateMetricsSelector)s}
unless
kube_statefulset_status_update_revision{%(prefixedNamespaceSelector)s%(kubeStateMetricsSelector)s}
Expand Down

0 comments on commit 04a5853

Please sign in to comment.