简体   繁体   中英

Cannot start minikube

I can't start minikube. Everything seems to be ok, but 在此处输入图片说明

When I open VirtualBox, and then click on 'minikube', it shows this... 在此处输入图片说明

I see the first picture, and minikube is not configured even after 5 minutes. So, how can I get minikube configured?

Error could be based on the environment settings too. So please provide additional information about it. Nevertheless, check the minikube logs for more information.

minikube start --logtostderr --show-libmachine-logs

Hope this helps you figure out the issue.

I faced a similar situation with minikube. But then realized that my network blocked certain images from being pulled. My error looked something like this. unable to pull sandbox image "gcr.io/google_containers/pause-amd64:3.0" So in this case, I used a VPN connection and it resolved my issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM