-
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
Unable to start minikube-v1.11.0 on windows10 #8484
Comments
Hey @ashishsingh700 thanks for opening this issue. I noticed this error in the logs:
it looks like you need to free up some memory on your machine, since minikube requires at least 2GB to run. If you have other minikube clusters running, you could try running:
which will delete all of your clusters. You could also consider running,
which will delete all unused containers and images in your docker daemon. Please let us know if this fixes the issue. |
@priyawadhwa I have tried above command as well no progress. My computer have 15 GM available space so required more ?
See another error when execute below command
|
@ashishsingh700 do you mind sharing how much ram do you have on your comptuer? |
@medyagh 8GB RAM , Every time I get different error . I am sure about it's not memory issue because I have seen many time it throw provisional ip address error as well even I execute minikube ip it return null . I am frustrating to deal with window and minikube installation ,it just worked for me once when I execute below command after that it's not working and come up with different error set. minikube start --vm-driver=docker --force --extra-config=controller-manager.ClusterSigningCertFile="C:/Users/askusingh/.minikube/ca.pem" --extra-config=controller-manager.ClusterSigningKeyFile="C:/Users/askusingh/.minikube/key.pem" |
When tried minikube start
X error provisioning host: Failed to start host: creating host: create: creating: create kic node: check container "minikube" running: temporary error created container "minikube" is not running yet Log from docker dashboard |
Hey @ashishsingh700 this seems related to #8179 Does running:
work for you? |
@priyawadhwa It's working for me now. |
Steps to reproduce the issue:
Yesterday I was configured minilube on docker vm it was working. Today I try to start minikube but facing issue even I tried with docker as well.
1.minikube start --vm-driver=hyperv --force
Full output of failed command:
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:! StartHost failed, but will try again: creating host: create: creating: exit status 1
X error provisioning host: Failed to start host: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\Users\askusingh.minikube\machines\minikube\config.json: The system cannot find the file specified.
The text was updated successfully, but these errors were encountered: