-
Notifications
You must be signed in to change notification settings - Fork 24
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
Avoid fixing nodegroup size #30
Comments
Thanks for following up. |
An issue has been seen currently where this mechanism scales below |
@hardikdr, @unmarshall, @shreyas-s-rao, @ashwani2k This issue was referenced by @himanshu-kun in duplicate issue #87. |
Post grooming decisionCurrently we have commented out the We'll also need to update the FAQ , maybe a section |
/close solved by #180 |
Issue
Cluster autoscaler currently seems to be trying to fix the node-group size if there is any inconsistency between the number of registered nodes and Machine-objects. CA may do this by reducing the targetSize of node-group, which is disruptive. We should investigate to disable such a feature.
Ref:
Update: It can possibly also scale-down below
min
, which is even more disruptive.The text was updated successfully, but these errors were encountered: