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

Fix caching issues #2847

Merged
merged 3 commits into from
Jun 4, 2018
Merged

Fix caching issues #2847

merged 3 commits into from
Jun 4, 2018

Commits on May 25, 2018

  1. Addressed race condition caused by async image caching with no wait w…

    …hich resulted in unreliable image loading and prevented offline execution of "minikube start".
    mlgibbons committed May 25, 2018
    Configuration menu
    Copy the full SHA
    f69d152 View commit details
    Browse the repository at this point in the history
  2. Update to catch any errors in loading of cached images into Docker ca…

    …che in VM which were previously being ignored and leading to unreliable "minikube start" especially in offline mode.
    mlgibbons committed May 25, 2018
    Configuration menu
    Copy the full SHA
    4b256ed View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Made caching async with block for completion before copy of images in…

    …to cluster. Default imageing caching to false
    mlgibbons committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    e0cb9ce View commit details
    Browse the repository at this point in the history