-
Notifications
You must be signed in to change notification settings - Fork 4.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
remove kic overlay network for docker-runtime #7425
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh 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 |
/ok-to-test |
Error: running mkcmp: exit status 1 |
All Times minikube: [ 67.811693 66.726201 69.964213] Average Minikube (PR 7425): 65.915472 Averages Time Per Log
|
Codecov Report
@@ Coverage Diff @@
## master #7425 +/- ##
=======================================
Coverage 37.07% 37.07%
=======================================
Files 146 146
Lines 8871 8871
=======================================
Hits 3289 3289
Misses 5193 5193
Partials 389 389 |
All Times minikube: [ 65.342405 65.927637 66.087881] Average Minikube (PR 7425): 67.868625 Averages Time Per Log
|
All Times minikube: [ 72.209324 66.259597 68.501424] Average minikube: 68.990115 Averages Time Per Log
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- could you please bump up the preload version here? Then this should be good to merge
All Times minikube: [ 65.809755 80.733934 66.401384] Average minikube: 70.981691 Averages Time Per Log
|
good idea, I will do that in a separate PR so we can have the images generted first for the tests |
All Times minikube: [ 65.881905 68.735191 66.247498] Average minikube: 66.954865 Averages Time Per Log
|
After the refactor that we fixed the control-endpoint in the config, we no longer need to use kic overlay network.
After this PR:
does this PR affect multi node ?
no.
the mutli node start works fine as is now
other operations of multi node is broken even before this PR see #7423
I belive to make this service work in multi node we currently need flannel (which means we do not use kic overlay network anyways_
FUTURE PRs:
this PR does not remove kic overaly for containerd and crio as they are still needed till we address #7428