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

[Feature] Terminate idle cluster #2998

Open
1 of 2 tasks
kevin85421 opened this issue Feb 10, 2025 · 0 comments
Open
1 of 2 tasks

[Feature] Terminate idle cluster #2998

kevin85421 opened this issue Feb 10, 2025 · 0 comments
Assignees

Comments

@kevin85421
Copy link
Member

kevin85421 commented Feb 10, 2025

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Terminate idle cluster when the cluster doesn't have any running Ray jobs. Two possible implementations:

  • Ray dashboard provides an endpoint for KubeRay to check whether the cluster is idle or not. If it is idle more than a threshold, terminate the cluster.
    • Pros: the feature doesn't rely on Autoscaler
    • Cons: KubeRay needs to communicate with Ray dashboard for RayCluster.
  • Ray Autoscaler checks the idle status.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant