-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Upgrade Amazon VPC CNI plugin to 1.5.4 #7398
Conversation
/test pull-kops-e2e-kubernetes-aws |
1 similar comment
/test pull-kops-e2e-kubernetes-aws |
82f602f
to
beea8ab
Compare
/test pull-kops-e2e-kubernetes-aws |
/test pull-kops-verify-gomod |
Hi. May be use v1.5.4 as that is also out or even wait for v1.6.0, which will be out soon as that has some important bug fixes for leaked ENIs. |
beea8ab
to
af398ce
Compare
Good idea, I updated this to 1.5.4 and if 1.6.0 comes out before this is merged I'll update it again :) |
/test pull-kops-verify-gofmt |
af398ce
to
699fe56
Compare
Thanks @rifelpet! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mikesplain, rifelpet 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 |
…-origin-release-1.15 Automated cherry pick of #7398: Upgrade Amazon VPC CNI plugin to 1.5.4
This was released recently: https://github.com/aws/amazon-vpc-cni-k8s/releases/tag/v1.5.4
Also properly set the addon versions for older versions of kubernetes.
Older versions of Kubernetes are still using 1.3.3:
kops/upup/models/cloudup/resources/addons/networking.amazon-vpc-routed-eni/k8s-1.10.yaml.template
Line 70 in 8568c64
Technically anyone running an older version of kops will have their addon version downgraded even though the manifest itself didnt change. I'm not sure what impact that may have if any.