-
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
Automated cherry pick of #9647: Calico: upgrade "k8s-ec2-srcdst" to version v0.3.0 #9648
Automated cherry pick of #9647: Calico: upgrade "k8s-ec2-srcdst" to version v0.3.0 #9648
Conversation
Upgrading the "k8s-ec2-srcdst" controller to this latest version allows it to work correctly with the objects containing the new "metadata.managedFields" field introduced in Kubernetes version 1.18.0. The previous container image versions used a version of the "client-go" library that was too old to consume these fields correctly, causing the controller to fail repeatedly when trying to read Node objects retrieved from the Kubernetes API server.
/retest |
/lgtm Though I expect you may need a couple changes to fix the jobs above. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman, mikesplain 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 |
@mikesplain Kubekins images changed to Golang 1.15, but Kops 1.18 requires Golang 1.13, which is a bit of a problem. |
@hakman: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Assuming tests will pass after ^ |
Thanks @mikesplain . |
Thank YOU! |
(cherry picked from commit 5a9cc3d)
223131c
to
9abfcb8
Compare
/lgtm |
Cherry pick of #9647 on release-1.18.
#9647: Calico: upgrade "k8s-ec2-srcdst" to version v0.3.0
For details on the cherry pick process, see the cherry pick requests page.