-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(eks): spot interruption handler can be disabled for self managed nodes #12453
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
feat(eks): spot interruption handler can be disabled for self managed nodes #12453
Conversation
f47b5a1 to
bbf0bc7
Compare
Co-authored-by: Eli Polonsky <[email protected]>
Co-authored-by: Eli Polonsky <[email protected]>
Pull request has been modified.
56fe586 to
9c88773
Compare
|
@iliapolo Applied changes! Can you review again? |
Co-authored-by: Eli Polonsky <[email protected]>
Pull request has been modified.
Pull request has been modified.
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
@iliapolo did you consider to pass configuration arguments to the spot_interrupt_handler instead of making it boolean? is it possible to parameterize spot_interrupt_handler with this cdk built in handler or it has to be done separately via helm chart? |
Added
spotInterruptHandlertoaddAutoScalingGroupCapacityandconnectAutoScalingGroupCapacitythat allows disabling the installation of the spot-interrupt-handler helm chart.Closes #12451
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license