Skip to content

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

@MortalHappiness

Description

@MortalHappiness

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.

Metadata

Metadata

Assignees

Labels

1.4.0P1Issue that should be fixed within a few weeksclikubectl plugin

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions