Michał Woźniak
Michał Woźniak
The PR seems stuck in review for a while now, but it provides a ground work for https://github.com/kubernetes/release/issues/3746. @trasc would it be possible to tidy, minimize the changes in this...
yes, it is done by the [`generate-apiref`](https://github.com/kubernetes-sigs/kueue/blob/c55f10ceb88a356deeb67bab0706db2e6f21c6ab/Makefile#L321) goal
/cc @danielvegamyhre @kannon92 @alculquicondor
Maybe not a "big" deal, but Kueue is typically used to hold long queues of suspended Jobs(or JobSets), say 50k, so would be nice to do not create them. I...
/remove-lifecycle stale I'm investigating this so that we can fix https://github.com/kubernetes-sigs/jobset/pull/625
> I don't quite follow why this is required for #625. Can you explain? Consider the following chain of states: suspend - resume 1 - suspend - resume.2. Here resume...
Correct, The alternative could be to try to update the Jobs by JobSet but this is rather complex. First due to mutability constraints in Jobs. It would require multiple requests...
Yeah, it solves 98% (guesstimation) of problems. Let me summarize the remaining motivation to still do it (maybe as an extra option not to break the default flow): 1. transitioning...
IIUC it could also be helpful for lazy quota reservation for Execution Policy (see [comment](https://github.com/kubernetes-sigs/jobset/pull/680#discussion_r1789910983)), but maybe the KEP will go another way, so not sure.