-
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
Fix Windows cache path issues with directory hierarchies and lower-case drive letters #3252
Conversation
Can one of the admins verify this patch? |
/assign @jimmidyson |
Can you make the PR description more specific? I'd like it to be something usable for release notes generation, and I'm not exactly sure what the behavioral change is. |
Sure. I've updated it. Hope that's OK now. Cheers.
|
@minikube-bot OK to test |
@tstromberg I'm wondering what is preventing this from being merged? What's the next step? I'd expected this to be included in one of the previous two minikube releases and am wondering if I'm missing some step that I need to be carrying out? Cheers. |
My apologies - We were holding off on merging most PR's until we could be satisfied that our CI system was working appropriately. Will refresh the test results. |
@minikube-bot OK to test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mlgibbons, tstromberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes the issues related to image caching which are noted in #3250. Specifically, image caching fails due to: (1) failing to cache an image with multiple levels in its hierachy e.g. ...\cache\images\gcr.io\k8s-minikube\storage-provisioner_v1.8.1; 2) failing to cache an image when a lowercase drive letter is used in the cache's path.