Skip to content

Simplify PodTemplateSpec construction for Kueue #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

dgrove-oss
Copy link
Collaborator

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.

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.
@dgrove-oss dgrove-oss merged commit d18d2b8 into project-codeflare:main Jun 10, 2024
2 checks passed
@dgrove-oss dgrove-oss deleted the defaults branch June 10, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant