-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Unable to make use of least-nodes expander in the autoscaler #7200
Comments
/area cluster-autoscaler |
Environment: This issue affects all environments since the bug exists within the code itself. Expected Behavior: After selecting the least-nodes expander, it should be available as an option. Actual Behavior: The least-nodes expander is missing from the list of available expanders. Steps to Reproduce: Attempt to use the least-nodes expander. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Which component are you using?: Cluster Autoscaler
What version of the component are you using?: The bug exists in the master branch
Component version:
What k8s version are you using (
kubectl version
)?: The version of kubectl does not matterkubectl version
OutputWhat environment is this in?:
This affects all environments as the bug is in the code
What did you expect to happen?:
The least-nodes expander to be selected after choosing it
What happened instead?:
The least-nodes expander is not part of the set of available expanders
How to reproduce it (as minimally and precisely as possible):
Simply try to make use of least-nodes expander.
The least nodes expander introduced in #6792 did not add the expander into the list of Available Expanders. The easy fix would be to simply add it in but I cannot be sure if it is intended to be left out for now or if it has just been missed out.
Happy to open a PR for this if it helps. The bug occurs in https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/expander/expander.go
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: