Skip to content

Commit e1b27d0

Browse files
authored
[Cherry-pick] Add missing labels on RayCluster TPU manifests (#1987) (#2015)
1 parent ccecc12 commit e1b27d0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ray-operator/config/samples/ray-cluster.tpu-v4-multihost.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
apiVersion: ray.io/v1
55
kind: RayCluster
66
metadata:
7+
# Label required for TPU webhook to initialize environments.
8+
labels:
9+
app.kubernetes.io/name: kuberay
710
name: example-cluster-kuberay
811
spec:
912
headGroupSpec:

ray-operator/config/samples/ray-cluster.tpu-v4-singlehost.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
apiVersion: ray.io/v1
55
kind: RayCluster
66
metadata:
7+
# Label required for TPU webhook to initialize environments.
8+
labels:
9+
app.kubernetes.io/name: kuberay
710
name: example-cluster-kuberay
811
spec:
912
headGroupSpec:

0 commit comments

Comments
 (0)