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

Preload images into docker volume #6720

Merged

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    d506aa1 View commit details
    Browse the repository at this point in the history
  2. Create volume of preloaded images and mount it in

    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    bb11bc6 View commit details
    Browse the repository at this point in the history
  3. Rebased on master

    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    b8bc461 View commit details
    Browse the repository at this point in the history
  4. Name tarball by k8s version name

    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    335637f View commit details
    Browse the repository at this point in the history
  5. Add run to docker command

    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    055e4bb View commit details
    Browse the repository at this point in the history
  6. Delete container once it has finished executing

    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    0e88697 View commit details
    Browse the repository at this point in the history
  7. Remove preloaded base image and add makefile rule to upload prelaoded…

    … tar to gcs
    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    97ea1b0 View commit details
    Browse the repository at this point in the history
  8. Compress with lz4

    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    19fa296 View commit details
    Browse the repository at this point in the history
  9. Move all preloading code into preload package

    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    b0f685c View commit details
    Browse the repository at this point in the history
  10. skip transferring binaries and transferring imagse if using preloaded…

    … volume
    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    5ac8520 View commit details
    Browse the repository at this point in the history
  11. Debugging

    Priya Wadhwa committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    55dd40e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Rebased on master

    Priya Wadhwa committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    86df9ff View commit details
    Browse the repository at this point in the history
  2. Add checksum verification

    Priya Wadhwa committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    c99bf76 View commit details
    Browse the repository at this point in the history
  3. Delete volume if it isn't extracted properly so future runs don't try…

    … to use it
    Priya Wadhwa committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    cc1a6f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    328466f View commit details
    Browse the repository at this point in the history
  5. only use preloaded volumes for docker runtime

    Priya Wadhwa committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    97bf128 View commit details
    Browse the repository at this point in the history
  6. Don't require authentication to get checksum

    Priya Wadhwa committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    dee8852 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    8409fc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Rebased on master

    Priya Wadhwa committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    aefbf2c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Rebased on master

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

    …preload-images-into-docker-volume
    Priya Wadhwa committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    333caff View commit details
    Browse the repository at this point in the history
  3. Fixed lint

    Priya Wadhwa committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    697359b View commit details
    Browse the repository at this point in the history
  4. remove unused functions

    Priya Wadhwa committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    474561d View commit details
    Browse the repository at this point in the history
  5. small fixes

    Priya Wadhwa committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    095b4b4 View commit details
    Browse the repository at this point in the history
  6. remove transfer binaries

    Priya Wadhwa committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    742b3e4 View commit details
    Browse the repository at this point in the history
  7. remove unused functions

    Priya Wadhwa committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    d6e94c1 View commit details
    Browse the repository at this point in the history
  8. added overlay2 to preloaded images tarball name

    Priya Wadhwa committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    481010d View commit details
    Browse the repository at this point in the history
  9. check for preloaded images before loading again

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

Commits on Mar 3, 2020

  1. remove unnecessary PreloadedVolume

    Priya Wadhwa committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    05a46f6 View commit details
    Browse the repository at this point in the history
  2. Add integration test for docker download only

    Priya Wadhwa committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    26de146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5961513 View commit details
    Browse the repository at this point in the history
  4. Only add necessary directories to tarball

    Priya Wadhwa committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    3d291fd View commit details
    Browse the repository at this point in the history
  5. use docker command line to check if image exists, since it is much fa…

    …ster than go-containerregistry
    Priya Wadhwa committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    5d16281 View commit details
    Browse the repository at this point in the history