-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[WIP] CNI update for k8s 1.9 #4097
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
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:You can indicate your approval by writing |
c4862f7 to
fc84743
Compare
|
@chrislovecnm PR needs rebase |
fc84743 to
198963c
Compare
|
@chrislovecnm: The following test 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. DetailsInstructions 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. |
|
@chrislovecnm PR needs rebase |
|
The upstream issue blocking this is kubernetes/kubernetes#57341 btw. |
|
An update. CNI updates are in master for K8s 1.9. This PR refactors the code base to use one pattern to download files with md5 checksums available via an HTTP file. |
|
Looks like you did this in #4175 - can we close @chrislovecnm ? |
|
Does this require that we update any of the networking addons for their CNI version support? |
|
Closing because I do not think this is going to get fixed upstream |
This PR refactors cni to use remote SHA1 files, and add CNI 0.6.0 for k8s 1.9.
This PR is dependent on the proper staging of the previous CNI tarballs and SHA1 files see kubernetes/kubernetes#51250 since they are not updated properly yet.
Most of these commits should drop out after a couple of merges.