BUG REPORT
Minikube version (use minikube version):
v0.12.2
Environment:
docker -v): 1.10.2, build c3959b1~. This causes problems when minikube tries to reference the iso. What happened:
Running minikube start will result in this error:
Error creating host: Error creating machine: Error in driver during machine creation: open /.minikube/cache/iso/minikube-0.7.iso: The system cannot find the path specified.
What you expected to happen:
To install the iso in the virtual box
How to reproduce it (as minimally and precisely as possible):
Have a share where your personal folders reside
Anything else do we need to know:
Do the following:
minikube delete (to clean up what is here now)minikube start --show-libmachine-logs so you know where the file is storedC:/.minikube/cache/iso/minikube-0.7.isominikube delete again and retry installing with minikube startHey thanks for the detailed bug report. We should fix this issue because its pretty common to be running minikube in a work environmnet. This is actually a known issue already and its being tracked here https://github.com/kubernetes/minikube/issues/459
I'm going to close this as a dupe of #459 but we should take another look into fixing this
Thank you very much. Good to close it. I did a quick search and I din't find it, my bad.
There should probably be a way to define a working directory for the minikube so that it doesn't use the home directory (which can be a network share).
Hi,
I had the same issue that was described here, but in my case the root cause was the fact that my minikube was installed in a different partition (D:) than the ISO file downloaded during the start process (C:).
The solution in my case was to move the minikube to a folder inside the C: partition
Most helpful comment
Hi,
I had the same issue that was described here, but in my case the root cause was the fact that my minikube was installed in a different partition (D:) than the ISO file downloaded during the start process (C:).
The solution in my case was to move the minikube to a folder inside the C: partition