We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node selectors are very common to set for RayCluster, especially since most providers use node selectors as a way to specify the GPU type.
kubectl ray create cluster my-cluster \ --node-selector=cloud.google.com/gke-accelerator=nvidia-l4,cloud.google.com/gke-nodepool=my-node-pool
Common node selectors like cloud.google.com/gke-accelerator and cloud.google.com/gke-spot can surface as provider-specific flags.
cloud.google.com/gke-accelerator
cloud.google.com/gke-spot
The text was updated successfully, but these errors were encountered:
Hi @MortalHappiness , I would like to take on this issue.
Sorry, something went wrong.
EagleLo
No branches or pull requests
Node selectors are very common to set for RayCluster, especially since most providers use node selectors as a way to specify the GPU type.
Common node selectors like
cloud.google.com/gke-accelerator
andcloud.google.com/gke-spot
can surface as provider-specific flags.The text was updated successfully, but these errors were encountered: