Skip to content

Commit

Permalink
Merge pull request #967 from skl/skl/KubeStatefulSetUpdateNotRolledOu…
Browse files Browse the repository at this point in the history
…t-cluster-label

fix: Re-add cluster label to KubeStatefulSetUpdateNotRolledOut
  • Loading branch information
povilasv authored Sep 3, 2024
2 parents eca8d3f + 04a5853 commit 37dcc12
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 37dcc12

Please sign in to comment.