Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detect missing podSetInfo and raise fatal error (#98)
Avoid crashing the operator with an index-out-of-bounds panic when a misconfiguration results in a workload being in the Resuming phase without the expected assignment of PodSetInfos by Kueue. This can happen when running in dev mode (no webhooks) and the input appwrapper yaml didn't explicitly set suspend to True.
- Loading branch information