-
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
Bind mount the cache directory on Linux KIC #14033
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund 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 |
e0a9c26
to
f63cb3d
Compare
8bce297
to
31570cc
Compare
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 52.9s 51.4s 51.6s 51.7s 51.4s Times for minikube ingress: 26.1s 26.1s 27.1s 30.1s 28.6s docker driver with docker runtime
Times for minikube start: 25.8s 24.6s 24.4s 25.2s 24.6s Times for minikube ingress: 22.9s 22.9s 23.0s 21.9s 24.4s docker driver with containerd runtime
Times for minikube ingress: 27.9s 31.9s 22.4s 32.4s 31.4s Times for minikube (PR 14033) start: 44.8s 43.1s 43.9s 44.1s 44.5s |
Based on #14115 I believe that |
Mount the image cache as a docker volume, instead of using scp
Avoids the copy step, but only useful when doing host bind mounts
For #14032
Needs a check, if the driver is actually using a local engine on Linux(if it is a remote DOCKER_HOST, then this trick should not be used)Example:
BEFORE
AFTER