Michał Woźniak
Michał Woźniak
/assign @soltysh
> Also, please let me know if there are other PRs in k/k we should be tracking for this KEP. > Yes, there are two other PRs (both added to...
/sig node as a participating sig + the proposed changes involve kubelet
Please review /assign @alculquicondor @soltysh for sig-apps POV /assign @bobbypage @SergeyKanzhelev for sig-node POV
@bobbypage @SergeyKanzhelev I've updated the PR, addressing the comments. PTAL and let me know if there is something more requiring an update.
> Thanks, this looks good from a PRR perspective, except we have added one question to the PRR this cycle: > https://github.com/kubernetes/enhancements/blob/master/keps/NNNN-kep-template/README.md?plain=1#L723 > Can you answer that please? Done, PTAL....
@bobbypage @dchen1107 thank you for completing the review!
/assign
Starting the work under https://github.com/kubernetes-sigs/kueue/pull/578. IIUC the work isn't strictly blocked on https://github.com/kubernetes-sigs/kueue/issues/369. Moreover, the working initial implementation of the MPI integration may help us to better abstract out the...
@maaft IIUC the complication with the proposal is that workloads are ordered by priority and creationTimestamp's: https://github.com/kubernetes-sigs/kueue/blob/main/pkg/queue/cluster_queue_strict_fifo.go#L48-L58. So for a newly created workload with the highest priority the position will...