Skip to content

Commit

Permalink
Merge pull request #232 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…30-to-release-4.8

[release-4.8] Bug 2026237: Change ClusterAutoscalerUnschedulablePods severity to info
  • Loading branch information
openshift-merge-robot committed Nov 25, 2021
2 parents eb7d077 + ce422f2 commit add29b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/clusterautoscaler/monitoring.go
Expand Up @@ -174,7 +174,7 @@ func (r *Reconciler) AutoscalerPrometheusRule(ca *autoscalingv1.ClusterAutoscale
Expr: intstr.FromString(fmt.Sprintf("cluster_autoscaler_unschedulable_pods_count{service=\"%s\"} > 0", namespacedName.Name)),
For: "20m",
Labels: map[string]string{
"severity": "warning",
"severity": "info",
},
Annotations: map[string]string{
"message": "Cluster Autoscaler has {{ $value }} unschedulable pods",
Expand Down

0 comments on commit add29b8

Please sign in to comment.