lmsh7

Results 4 comments of lmsh7

> Great job! Please add a test report for this PR. Test report: 1. Add node with wrong setting. ![屏幕截图 2023-04-05 155248](https://user-images.githubusercontent.com/36391487/230017779-b95f1937-f479-4c6a-8071-fdc52badc0b2.png) 2. Clusterfile after add failed. ![屏幕截图 2023-04-05 153926](https://user-images.githubusercontent.com/36391487/230017856-bf1eb78c-3c17-4099-a22d-3d240e107754.png)...

I think I fixed the issue where rayjob was stuck in pending state due to failure to get default worker path, can anyone review my PR? https://github.com/ray-project/ray/pull/53653

@LeonardoRosati Still waiting for review. Actually, the fix is very simple and only affects one file: `python/ray/_private/runtime_env/image_uri.py`. You can directly replace this file in your Ray codebase with the one...

@LeonardoRosati Your example program doesn’t seem to use a container in the runtime_env, does it? I am testing on a Kubernetes cluster, where I need to submit a ray_job.yaml file,...