project-codeflare / appwrapper

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

Simplify PodTemplateSpec construction for Kueue #151

Closed dgrove-oss closed 2 weeks ago

dgrove-oss commented 2 weeks ago

Change strategy for constructing the PodTemplateSpec for Kueue to eliminate reliance on the copied Kubernetes internal defaulter for PodSpec. Now, we just copy the subset of the PodTemplateSpec that is necessary for Kueue's construction of the Workload object. This eliminates most of the fields with complex defaulting behavior.