-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Error on minikube start no config on macOS #5763
Comments
@ruoru it appears to me there is a file permission problem !
it seems like it didnt have permission to delete it, maybe you could try the delete with sudo ? |
@ruoru - I can't quite tell how minikube got into this state, but please let us know if |
thanks for helping me, i am alreay delete
|
it not solved delete folder |
Hey @ruoru -- I noticed this line in your logs:
I'm wondering if you may need to manually delete the minikube VM in hyperkit. You could try running
to see if any unexpected processes are running. |
@priyawadhwa i am run the shell and i do not know what the process is ➜ kubernetes-demo ps -Af | grep minikube
1939934316 5425 2936 0 10:43AM ttys003 0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn minikube |
@ruora - I noticed the version of hyperkit you have is quite old. Do you mind upgrading it, as well as minikube to the latest version? I suspect that doing so will allow things to work again. You may need to re-run |
Related: #5833 |
Hey @ruoru -- hopefully it's OK if I close this - there wasn't enough information to make it actionable, and some time has already passed. If you are able to provide additional details, you may reopen it at any point by adding /reopen to your comment. I'd recommend:
and then running:
if any of these commands fail, please include the output when you reopen the issue. Thank you! |
As a note, I also received this error, and it was due to a |
my environment is:
when i am run
minikube start --v=10 --vm-driver=hyperkit
they say i am no config, then my option is as after i am write, and also not solve the problem.The text was updated successfully, but these errors were encountered: