-
Notifications
You must be signed in to change notification settings - Fork 54
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
Propagate Job pod template updates to suspended jobs when resuming #590
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danielvegamyhre The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-sigs-jobset canceled.
|
@alculquicondor @ahg-g for review, please take a look when you can :) |
/lgtm |
Thanks! Please cherry-pick to 0.5 |
…-#590-upstream-release-0.5 Automated cherry pick of #590: propagate job pod template updates to suspended jobs when
Fixes #586
This PR refactors the JobSet controller logic (which previously only propagated Job pod template spec updates to nodeSelectors to child Jobs when resuming them) to also propagate updates to labels, annotations, and tolerations.
It also updates the relevant integration test to verify updates to all of these values are propagated correctly.