我正在尝试启动本地Kubernetes集群minikube start并获取以下错误.
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
Getting VM IP address...
Moving files into cluster...
Setting up certs...
Connecting to cluster...
Setting up kubeconfig...
Starting cluster components...
E0912 17:39:12.486830 17689 start.go:305] Error restarting
cluster: restarting kube-proxy: waiting for kube-proxy to be
up for configmap update: timed out waiting for the condition
Run Code Online (Sandbox Code Playgroud)
知道如何确保它开始吗?我正在使用VirtualBox和本教程.我试过这里给出的小费,但没有运气.
还有任何具体的原因,为什么需要这么长时间才能达到这个阶段?或者它通常这么慢?