Raf*_*afa 14 kubernetes devops minikube
我正在尝试启动本地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和本教程.我试过这里给出的小费,但没有运气.
还有任何具体的原因,为什么需要这么长时间才能达到这个阶段?或者它通常这么慢?
Abh*_*D K 24
以下是在启动minikube时出现此类错误时要记住的要点.
1)如果打开,关闭VirtualBox.
2)删除以前生成的临时文件.
3)如果你在代理后面设置了代理.
4)然后执行以下操作......
$ minikube stop
$ minikube delete
$ minikube start
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
4613 次 |
最近记录: |