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
Version 9.36 (latest) of the helm chart, v1.29 of cluster autoscaler
What happened?
This might not be a bug, but thought I would mention it just in case; I spotted this output in my autoscaler pod logs:
1 static_autoscaler.go:709] Decreasing size of <node-group>, expected=7 current=6 delta=-1
If the current size is 6 and the expected size was 7, it seems we would want to increase, not decrease. I wonder if the argument ordering for the output is a little off. If not, perhaps the logger should be rephrased, because I don't think it makes sense right now 👍
The text was updated successfully, but these errors were encountered:
Which component are you using?
cluster-autoscaler, from helm chart
What version of the component are you using?
Version 9.36 (latest) of the helm chart, v1.29 of cluster autoscaler
What happened?
This might not be a bug, but thought I would mention it just in case; I spotted this output in my autoscaler pod logs:
If the current size is 6 and the expected size was 7, it seems we would want to increase, not decrease. I wonder if the argument ordering for the output is a little off. If not, perhaps the logger should be rephrased, because I don't think it makes sense right now 👍
The text was updated successfully, but these errors were encountered: