-
Notifications
You must be signed in to change notification settings - Fork 402
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] Expose Cluster State via cluster.status and api response #223
Comments
+1 to this! cc @davidxia We also need to access cluster status (e.g. ray cluster readiness, head node ip, etc) info in our Ray cluster management lifecycle. |
@Jeffwan happy to contribute something. Just need someone to sketch out an approach or some tips. |
/cc @scarlet25151 Can you reach out to @daikeshi and @daikeshi to see whether our internal change meet Spotify's case? I think we forgot to upstream this change. If there's additional changes to make, we can ask spotify engineers' help. |
Thanks @Jeffwan! That's awesome. @scarlet25151 please let @davidxia and me know if there's anything we can help with. |
Hi @daikeshi and @davidxia , we have designed and implemented some state machine for |
Thanks @scarlet25151. Look forward to the collaboration! Let's chat more on the slack. |
Can we please know the different states that we are planning to expose? |
@asm582 sure for now we will implement the state, the design would look like in the doc: kuberay state design |
Search before asking
Description
Currently, we have not leveraged state field well in our implementation. This is critical because our caller need detail information to let user know the exact stage the cluster is at.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: