-
Notifications
You must be signed in to change notification settings - Fork 215
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
fix: address disruption taint race condition #1180
Conversation
9a7d654
to
223cbfd
Compare
e95d76b
to
3482c66
Compare
Pull Request Test Coverage Report for Build 8821837855Details
💛 - Coveralls |
d348441
to
888c16a
Compare
859021b
to
d0a73fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
/hold Wait for @njtran to review as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Co-authored-by: Nick Tran <[email protected]>
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmdeal, jonathan-innis, njtran 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 |
Co-authored-by: Nick Tran <[email protected]>
Co-authored-by: Nick Tran <[email protected]>
Fixes #1167
Description
Implements a short-term, zero-API mitigation for the consolidation race condition called out in issues #651 and #1167. This PR will not close out issue #651 since we still may change the exact mechanism as part of the holistic taint redesign for #624.
How was this change tested?
Manual validation + karpenter-provider-aws E2E suite
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.