-
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
[Doc] GKE GPU cluster setup #1223
Conversation
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.
Overall LGTM, just some nits!
# NAME GPU | ||
# ... 1 | ||
# ... <none> | ||
``` |
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.
Would it be helpful to show a sample output of kubectl get pods
? Also, is there a way to show that some pods (e.g. ray gpu workers) are running on a node with a GPU, while other pods like the operator or ray head are running on a node with no GPU?
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.
This document does not cover the installation steps for the KubeRay operator and RayCluster.
Co-authored-by: Cindy Zhang <[email protected]> Signed-off-by: Kai-Hsun Chen <[email protected]>
GKE GPU cluster setup
Why are these changes needed?
This document heavily references https://github.com/ray-project/aviary/blob/master/docs/kuberay/deploy-on-gke.md.
Related issue number
Checks