ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
990 stars 330 forks source link

Show cluster name in kubectl get rayjob #2065

Closed jjyao closed 3 months ago

jjyao commented 3 months ago

Why are these changes needed?

(ray) ubuntu@jjyao-dev:~/Workspace/kuberay/ray-operator/config/samples (jjyao/first)$ sudo kubectl get rayjob
NAME            JOB STATUS   DEPLOYMENT STATUS   RAY CLUSTER NAME                 START TIME             END TIME               AGE
rayjob-sample   SUCCEEDED    Complete            rayjob-sample-raycluster-znv6g   2024-04-04T21:11:16Z   2024-04-04T21:13:01Z   2m25s

Related issue number

Checks

kevin85421 commented 3 months ago

I will open a PR to fix the CI failure e2e / ray-operator before reviewing this PR.