-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Core][Autoscaler] Configure idleTimeoutSeconds per node type #48813
base: master
Are you sure you want to change the base?
[Core][Autoscaler] Configure idleTimeoutSeconds per node type #48813
Conversation
Signed-off-by: ryanaoleary <[email protected]>
TODO: @ryanaoleary I'll update this PR with doc/API changes and comments containing my manual testing process. |
Manual testing processKubeRay:
|
Co-authored-by: Kai-Hsun Chen <[email protected]> Signed-off-by: ryanaoleary <[email protected]>
Co-authored-by: Kai-Hsun Chen <[email protected]> Signed-off-by: ryanaoleary <[email protected]>
Signed-off-by: ryanaoleary <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before merging this PR, would you mind:
|
Signed-off-by: ryanaoleary <[email protected]>
Autoscaler logs show available_node_types:
worker group with
worker group without
There was a CI error for a Ray Serve test but I think it's unrelated to this PR. |
Signed-off-by: ryanaoleary <[email protected]>
Signed-off-by: ryanaoleary <[email protected]>
Why are these changes needed?
Adds
idle_timeout_s
as a field tonode_type_configs
, enabling the v2 autoscaler to configure idle termination per worker type.This PR depends on a change in KubeRay to the RayCluster CRD, since we want to support passing
idleTimeoutSeconds
to individual worker groups such that they can specify a custom idle duration: ray-project/kuberay#2558Related issue number
Closes #36888
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.