-
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
Use preloaded tarball for VMs as well #6898
Commits on Mar 5, 2020
-
Use preloaded tarball for VMs as well
Priya Wadhwa committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for c1d8025 - Browse repository at this point
Copy the full SHA c1d8025View commit details -
Merge branch 'master' of github.com:kubernetes/minikube into preloade…
…d-copy-vm
Priya Wadhwa committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 34adb34 - Browse repository at this point
Copy the full SHA 34adb34View commit details -
Since preloaded tarballs are container runtime specific, I added a Preload() func to the cruntime interface. To use it with VMs, the tarball is first copied into the VM and then extracted. The leftover tarball is deleted, and the container runtime (currently only docker is supported) is restarted.
Priya Wadhwa committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 1cac778 - Browse repository at this point
Copy the full SHA 1cac778View commit details -
Priya Wadhwa committed
Mar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 0bc60fb - Browse repository at this point
Copy the full SHA 0bc60fbView commit details -
Always download preloaded tarball if available, otherwise cache images
Priya Wadhwa committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for fad6557 - Browse repository at this point
Copy the full SHA fad6557View commit details -
Priya Wadhwa committed
Mar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 66b7dc3 - Browse repository at this point
Copy the full SHA 66b7dc3View commit details -
return 'not yet implemented' error
Priya Wadhwa committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 2252de2 - Browse repository at this point
Copy the full SHA 2252de2View commit details -
Remove extracting tarball to volume so that it only happens once for kic
Priya Wadhwa committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 05b9662 - Browse repository at this point
Copy the full SHA 05b9662View commit details -
Only copy in preloaded tarball for VMs
Priya Wadhwa committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 1e5d92c - Browse repository at this point
Copy the full SHA 1e5d92cView commit details -
Priya Wadhwa committed
Mar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 6058197 - Browse repository at this point
Copy the full SHA 6058197View commit details -
Merge branch 'master' of https://github.com/kubernetes/minikube into …
…preloaded-copy-vm
Priya Wadhwa committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for d2573ca - Browse repository at this point
Copy the full SHA d2573caView commit details -
Priya Wadhwa committed
Mar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for b91b800 - Browse repository at this point
Copy the full SHA b91b800View commit details -
Priya Wadhwa committed
Mar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for db9cd9f - Browse repository at this point
Copy the full SHA db9cd9fView commit details