You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use minikube, your docker must be able to pull kicbase image, either from gcr.io(official image registry of google) or docker.io (official inage registry of dockerhub). Otherwise this minikube start. However I saw
I1222 13:35:58.461368 1915 cache.go:168] failed to download gcr.io/k8s-minikube/kicbase:v0.0.45, will try fallback image if available: getting remote image: Get "https://gcr.io/v2/": dial tcp 74.125.195.82:443: i/o timeout
I1222 13:36:58.610949 1915 cache.go:168] failed to download docker.io/kicbase/stable:v0.0.45, will try fallback image if available: getting remote image: Get "https://index.docker.io/v2/": dial tcp 104.244.43.231:443: i/o timeout
If you are using a proxy software, please properly configure your docker engine. Ensure you can execute one of these
docker pull kicbase/stable:v0.0.45
docker pull gcr.io/k8s-minikube/kicbase:v0.0.45
I saw u are using docker hub on a macos amd64. Please keep in mind that docker hub requires special configuration to use proxy. It won't automatically work with a proxy. If you are using proxy, please search the internet to properly configure it.
logs.txt
重现问题所需的命令:
minikube start
失败的命令的完整输出:
minikube logs
命令的输出:使用的操作系统版本:
The text was updated successfully, but these errors were encountered: