Haeyoon Cho
Haeyoon Cho
Would it make sense to extend `activeDeadlineSeconds` and `backoffLimit` as well? I guess these are also currently limited to launcher, but other kubeflow jobs apply it to the job-level.
> This looks very similar to what we do in [Topology Aware Scheduling](https://github.com/kubernetes-sigs/kueue/issues/2724). IIUC this could be a special case for a topology with a single level corresponding to an...
@mimowo , thank you for the quick response! > I think what is want is already achievable if you use the 'preferred' annotation on your PodSet. If done with 'preferred'...
> "preferred" still means you need to have enough capacity, it just means that multiple nodes can be used (but their number will remain optimized) I see, thanks for the...