Mark Bzomowski

Results 6 comments of Mark Bzomowski

Hey, apologies if I'm jumping the gun here, but I'm currently trying to get v1 RayJobs to work with Kueue - I pulled down your PR changes, and installed Kueue...

Ah whoops - realizing now that just running `helm install ...` after pulling down your changes wasn't enough. I ran `make install deploy`, but now I'm getting the following error:...

Oof nevermind, sorry just found this: https://kueue.sigs.k8s.io/docs/installation/#build-and-install-from-source I'll try this again

Ok, I built & installed from source and confirmed I'm now getting the v1 RayJob mutating & admission webhooks. `kubectl -f apply`'d a RayJob, and the RayJob gets created, and...

RayJob is stuck in `Initializing` status: ``` Status: Job Deployment Status: Initializing Job Id: rayjob-sample-mpmnf Ray Cluster Name: rayjob-sample-raycluster-c2hgb Ray Cluster Status: Desired CPU: 0 Desired GPU: 0 Desired Memory:...

Rebased with the new changes & everything works! Thanks so much @astefanutti!