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

Add grace period support to grid engine autoscaler #3476

Closed
tcibinan opened this issue Apr 1, 2024 · 0 comments · Fixed by #3477
Closed

Add grace period support to grid engine autoscaler #3476

tcibinan opened this issue Apr 1, 2024 · 0 comments · Fixed by #3477
Labels
kind/enhancement New feature or request sys/core Issues related to core functionality (API, VM management, ...)

Comments

@tcibinan
Copy link
Contributor

tcibinan commented Apr 1, 2024

Background

Currently, grid engine autoscaler scales down workers if they have invalid states. In case a node becomes unavailable the autoscaler will scale it down immediately. This approach doesn't give node a chance to recover.

Approach

Grid engine autoscaler should be able to postpone unavailable nodes termination in the same manner as in #3297.

@tcibinan tcibinan added kind/enhancement New feature or request sys/core Issues related to core functionality (API, VM management, ...) labels Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request sys/core Issues related to core functionality (API, VM management, ...)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant