ray-project / kuberay

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

Improve the logs before creating the ray cluster #2148

Closed oksanabaza closed 1 week ago

oksanabaza commented 1 month ago

Why are these changes needed?

Improved logs in case the network is very slow during the Ray cluster creation. Now, if the pods take hours to be created, a message about the status of the pods will appear.

Related issue number

Checks