@@ -450,14 +450,14 @@ func (a *HorizontalController) reconcileAutoscaler(hpav1Shared *autoscalingv1.Ho
casedesiredReplicas>scaleUpLimit:
setCondition(hpa,autoscalingv2.ScalingLimited,v1.ConditionTrue,"ScaleUpLimit","the desired replica count is increasing faster than the maximum scale rate")
desiredReplicas=scaleUpLimit
casedesiredReplicas==0:
// never scale down to 0, reserved for disabling autoscaling
setCondition(hpa,autoscalingv2.ScalingLimited,v1.ConditionTrue,"TooFewReplicas","the desired replica count was zero")