Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CA: Confusing output #6768

Closed
sondrelg opened this issue Apr 25, 2024 · 1 comment
Closed

CA: Confusing output #6768

sondrelg opened this issue Apr 25, 2024 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@sondrelg
Copy link

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:

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 👍

@sondrelg sondrelg added the kind/bug Categorizes issue or PR as related to a bug. label Apr 25, 2024
@sondrelg sondrelg changed the title Confusing output CA: Confusing output Apr 25, 2024
@sondrelg
Copy link
Author

Looks like this might be related to #6128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant