You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{Type: autoscalingv2.ScalingLimited, Status: corev1.ConditionTrue, Reason: "TooManyReplicas", Message: "the desired replica count is more than the maximum replica count"},
84
+
},
82
85
},
83
86
},
84
87
// Job stuck Active>0 for >1h with no completions.
{Type: autoscalingv2.ScalingLimited, Status: corev1.ConditionTrue, Reason: "TooManyReplicas", Message: "the desired replica count is more than the maximum replica count"},
33
+
},
34
+
},
25
35
},
26
36
},
27
37
wantCount: 1,
28
38
wantProblem: "maxed",
39
+
wantReason: "10/10 replicas (wants 10): TooManyReplicas: the desired replica count is more than the maximum replica count",
40
+
},
41
+
{
42
+
name: "at max without controller limit condition is not maxed",
{Type: autoscalingv2.ScalingActive, Status: corev1.ConditionFalse, Reason: "FailedGetResourceMetric", Message: "missing cpu request"},
114
+
{Type: autoscalingv2.ScalingLimited, Status: corev1.ConditionTrue, Reason: "TooManyReplicas", Message: "the desired replica count is more than the maximum replica count"},
{Type: autoscalingv2.ScalingActive, Status: corev1.ConditionFalse, Reason: "ScalingDisabled", Message: "scaling is disabled since the replica count of the target is zero"},
{Type: autoscalingv2.ScalingLimited, Status: corev1.ConditionTrue, Reason: "TooFewReplicas", Message: "the desired replica count is less than the minimum replica count"},
169
+
},
170
+
},
171
+
},
172
+
},
173
+
wantCount: 0,
174
+
},
175
+
{
176
+
name: "scale down stabilization is drawer context only",
0 commit comments