Ace Eldeib
Ace Eldeib
I see in #1269 @kerthcet mentioned > but this involves contributions to volcano upstream, still WIP. anyone have additional context? I'd be interested in seeing this land and would like...
We use volcano plugins to do some automatic field injection today (pytorch, ssh for mpirun, similar stuff), we can probably do it the manual way with kueue + jobsets, although...
looks like it's an issue of the kueue volcano APIs? volcano uses commands but kueue expected a spec field to edit with no return value to pass to client.Update() https://github.com/kubernetes-sigs/kueue/blob/3b37fbf0a06f7778d40bc656bbe312aeaabcc2e9/pkg/controller/jobframework/reconciler.go#L252-L253
In this example, it contains all versions, as usr/local/bin/kubelet-1.27.2 or whatever So when we unpack it, it overwrites any normal binaries with the same non hotfix version in /usr/local/bin The...
Curerntly on v0.20.4 and was looking for this functionality. I sort of expected one of the drop down selectors like in https://github.com/tilt-dev/tilt/pull/4114 to expose this. After searching all over for...
also seeing this found some summer of code projects referencing io_uring support, not sure what the latest status is? they're marked suspended (?) https://criu.org/Google_Summer_of_Code_Ideas#IOUring_support
oh seems like dupe of #2131 which I missed?