Skip to content

Commit

Permalink
Add missing labels on RayCluster TPU manifests (ray-project#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsliu authored Mar 13, 2024
1 parent 838bc19 commit 106f8fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ray-operator/config/samples/ray-cluster.tpu-v4-multihost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
apiVersion: ray.io/v1
kind: RayCluster
metadata:
# Label required for TPU webhook to initialize environments.
labels:
app.kubernetes.io/name: kuberay
name: example-cluster-kuberay
spec:
headGroupSpec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
apiVersion: ray.io/v1
kind: RayCluster
metadata:
# Label required for TPU webhook to initialize environments.
labels:
app.kubernetes.io/name: kuberay
name: example-cluster-kuberay
spec:
headGroupSpec:
Expand Down

0 comments on commit 106f8fd

Please sign in to comment.