-
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
[NON_C_DRIVE] when run from C:\ but user config is on different drive #4802
Comments
Hey @shreyasp91 - I'm sorry to hear that this is not working correctly on your machine. I think you may have found a situation I wasn't aware of. It's possible to use https://github.com/kubernetes/minikube/blob/master/docs/env_vars.md to set a different location for the minikube configs to be stored. Do you mind trying this for me:
And running If that doesn't work, try:
I imagine other people are running into this, so I would really like to see this get fixed soon. If you don't mind sharing the output of both |
Hi @tstromberg , Thank you so much, I ran "setx MINIKUBE_HOME C:\Kubernetes\.minikube" and it worked like a charm. Regards, |
I haven't tried - but as far as I know, this is still an issue in v1.4. |
Unable to get Minikube start even when I do it from C: Drive
I run the below command and receive the below error
C:\Kubernetes>minikube start
129.33 MB / 129.33 MB [============================================] 100.00% 0s
E0718 09:14:58.371558 12332 start.go:559] StartHost: create: creating: open /.minikube/cache/iso/minikube-v1.2.0.iso: The system cannot find the path specified.
X Unable to start VM
Error: [NON_C_DRIVE] create: creating: open /.minikube/cache/iso/minikube-v1.2.0.iso: The system cannot find the path specified.
Advice: Run minikube from the C: drive.
Related issues:
If the above advice does not help, please let us know:
Version :- Windows 10
Regards,
Shreyas
The text was updated successfully, but these errors were encountered: