-
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
Prevent downloading duplicate binaries already present in preload #11461
Conversation
Hi @andriyDev. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Can one of the admins verify this patch? |
marking as WIP please remove WIP once ready for another review |
β¦at are part of the Kubernetes release binaries.
37820eb
to
b441330
Compare
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 51.5s 49.8s 52.4s 48.2s 48.3s Times for minikube ingress: 34.8s 36.3s 34.7s 33.8s 35.3s docker driver with docker runtime
Times for minikube ingress: 28.0s 29.0s 29.0s 28.0s 28.0s Times for minikube start: 22.9s 22.8s 24.2s 22.7s 23.8s docker driver with containerd runtime
Times for minikube start: 48.3s 48.0s 43.7s 44.0s 44.0s |
kvm2 driver with docker runtime
Times for minikube start: 54.1s 47.0s 48.0s 47.8s 48.9s Times for minikube (PR 11461) ingress: 34.3s 36.3s 34.3s 35.8s 34.3s docker driver with docker runtime
Times for minikube start: 21.6s 22.6s 22.2s 21.9s 22.5s Times for minikube ingress: 29.0s 30.5s 33.0s 28.5s 30.5s docker driver with containerd runtime
Times for minikube start: 50.4s 43.2s 47.3s 45.1s 43.7s |
ea76910
to
a89d404
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andriyDev, sharifelgamal 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 |
kvm2 driver with docker runtime
Times for minikube ingress: 33.8s 33.8s 35.3s 34.2s 35.2s Times for minikube start: 48.0s 52.1s 47.3s 51.0s 46.6s docker driver with docker runtime
Times for minikube start: 22.2s 22.6s 22.2s 22.6s 23.2s Times for minikube ingress: 29.5s 30.5s 36.5s 29.0s 31.0s docker driver with containerd runtime
Times for minikube start: 49.2s 32.4s 43.7s 47.1s 43.8s |
fixes #9098.
Before
After
Note kubectl is still downloaded since the host requires it to be present. This does mean that downloading a Linux preload on a Linux host will still duplicate downloads for kubectl.