project-codeflare / appwrapper

AppWrapper controller for Kueue
https://project-codeflare.github.io/appwrapper/
Apache License 2.0
5 stars 6 forks source link

Eliminate ChildAdmissionController after dropping support for Kueue 0.6 #162

Closed dgrove-oss closed 3 months ago

dgrove-oss commented 3 months ago

The ChildAdmissionController was a hacky workaround for Kueue 0.6 not correctly recognizing external frameworks.

We contributed upstream enhancements (https://github.com/kubernetes-sigs/kueue/pull/2059) that are included in Kueue 0.7 that make this workaround obsolete. Once we can drop support for Kueue 0.6 from the main branch, we should remove this controller and related configuration and documentation (including controller architecture description in webpages).

Need to wait for #161 to be merged to main before doing this.

dgrove-oss commented 3 months ago

185 updates our controller architecture description for Kueue 0.7