-
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
Preload default images #1660
Comments
This might also be beneficial to @aaron-prindle as it might make the startup time more reliable (since it won't be dependent on the network) |
Something like this sgtm. I think docker load can actually save multiple images at once, which might help it take advantage of shared layers if any exist. |
SGTM. As it makes the binary so much larger, are we going to catch these images on an original minikube start (similar to the iso and localkube now?). We should probably also release the tars on our release page so that that users can download all of the components to run minikube w/o internet in the future. |
Any idea on the implementation details? We recently implemented similar feature in minishift here. |
Fixed by #1881 |
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Feature request
Upper bound on total image size to cache (no compression/no shared layers): 347 MB
Current ISO Size: 91 MB
We could add a systemd unit that depends on docker.service similar to minikube-automount. It would untar an image bundle and then
docker load
each image.The text was updated successfully, but these errors were encountered: