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

Increase node removal speed #7

Open
phillebaba opened this issue May 28, 2022 · 0 comments
Open

Increase node removal speed #7

phillebaba opened this issue May 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@phillebaba
Copy link
Contributor

Currently node-ttl relies on cluster autoscaler to remove the node from the cluster. More specifically cluster autoscaler will remove the node VM from the cloud provider and then the node controller will remove the node from the cluster. This occurs when the cluster autoscaler considers the node unneeded. The parameter scale-down-unneeded-time specifies the amount of time the node has to be unneeded before it is removed. The default value for this is 10 minutes. In this case each node will take 10 minutes plus the time to drain the node to remove. One option is to lower the value of scale-down-unneeded-time, but this is not possible in all cloud providers.

It would be good to look at options which could influence cluster autoscaler to remove the node faster than scale-down-unneeded-time as we know it should be removed.

@phillebaba phillebaba added the enhancement New feature or request label May 28, 2022
@phillebaba phillebaba changed the title Increase node removal sppeed Increase node removal speed May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant