restarting kube-proxy wating for conditions

瘦欲@ 提交于 2019-12-23 09:29:34

问题


While running the minikube start in windows 10, getting the following error.

Error : Error restarting cluster: restarting kube-proxy: waiting for kube-proxy to be up for configmap update: timed out waiting for the condition

Please help me resolve the give issue, I delete the minikube and restarted many time.


回答1:


I faced the same issue on Centos 7

minikube delete

then

minikube start

solved my issue




回答2:


I was getting the same error on mac os, tried almost everything but finally, this comment on GitHub saved my life :)
see steps

Now minikube has started as expected:




回答3:


Below steps works for me :

Note : Do not work with root user

$ sudo minikube stop

$ sudo minikube delete

$ sudo rm -rf ~/.minikube

$ sudo minikube start --kubernetes-version=v1.12.4

you can specify any existing kubernetes version of your choice with prefix v compulsory

make sure .minikube directory created in users home directory but not in /root



来源:https://stackoverflow.com/questions/49899216/restarting-kube-proxy-wating-for-conditions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!