ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
1.17k stars 373 forks source link

Add missing labels on RayCluster TPU manifests #1987

Closed richardsliu closed 6 months ago

richardsliu commented 6 months ago

Adding the app.kubernetes.io/name: kuberay label on RayClusters which is required by the TPU webhook to inject env variables.

richardsliu commented 6 months ago

Done.