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

[Feat][kubectl-plugin] Support node selectors for creating clusters #3143

Open
MortalHappiness opened this issue Mar 3, 2025 · 1 comment
Assignees
Labels
1.4.0 cli kubectl plugin P1 Issue that should be fixed within a few weeks

Comments

@MortalHappiness
Copy link
Member

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.

@MortalHappiness MortalHappiness added 1.4.0 cli kubectl plugin labels Mar 3, 2025
@kevin85421 kevin85421 added the P1 Issue that should be fixed within a few weeks label Mar 3, 2025
@EagleLo
Copy link

EagleLo commented Mar 9, 2025

Hi @MortalHappiness , I would like to take on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.4.0 cli kubectl plugin P1 Issue that should be fixed within a few weeks
Projects
None yet
Development

No branches or pull requests

3 participants