Skip to content
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

Merged
merged 13 commits into from
Mar 6, 2020

Commits on Mar 5, 2020

  1. Use preloaded tarball for VMs as well

    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    c1d8025 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:kubernetes/minikube into preloade…

    …d-copy-vm
    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    34adb34 View commit details
    Browse the repository at this point in the history
  3. Use preload tarball for VMs

    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 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    1cac778 View commit details
    Browse the repository at this point in the history
  4. rebased on master

    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    0bc60fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fad6557 View commit details
    Browse the repository at this point in the history
  6. fix unit tests

    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    66b7dc3 View commit details
    Browse the repository at this point in the history
  7. return 'not yet implemented' error

    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2252de2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05b9662 View commit details
    Browse the repository at this point in the history
  9. Only copy in preloaded tarball for VMs

    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    1e5d92c View commit details
    Browse the repository at this point in the history
  10. fix lint

    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    6058197 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' of https://github.com/kubernetes/minikube into …

    …preloaded-copy-vm
    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    d2573ca View commit details
    Browse the repository at this point in the history
  12. Fix filepaths for windows

    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b91b800 View commit details
    Browse the repository at this point in the history
  13. change dest path

    Priya Wadhwa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    db9cd9f View commit details
    Browse the repository at this point in the history