-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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): aws-node-termination-handler for spot instances now pulls the image from public ECR #12141
feat(eks): aws-node-termination-handler for spot instances now pulls the image from public ECR #12141
Conversation
|
waiting for https://github.com/aws/aws-node-termination-handler/actions/runs/429305845 |
…upport pull image from public ECR
…upport pull image from public ECR
Hi @iliapolo , please review ;) |
@guan840912 So version Also notice there is a conflict. |
Yes, aws-node-termination-handler helm chart v0.13.2, now, by default, pulls v1.11.2+ from the ECR public gallery. |
Hi @iliapolo, fixed the conflict :) |
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). |
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 |
…the image from public ECR (aws#12141) close aws#12134 update `aws-node-termination-handler` version to `0.13.2` ```ts this._spotInterruptHandler = this.addHelmChart('spot-interrupt-handler', { chart: 'aws-node-termination-handler', version: '0.13.2', repository: 'https://aws.github.io/eks-charts', namespace: 'kube-system', values: { 'nodeSelector.lifecycle': LifecycleLabel.SPOT, }, }); ``` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
close #12134
update
aws-node-termination-handler
version to0.13.2
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license