You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments