重新启动集群时出错:重新启动kube-proxy:等待kube-proxy启动以进行configmap更新:等待条件超时 [英] Error restarting cluster: restarting kube-proxy: waiting for kube-proxy to be up for configmap update: timed out waiting for the condition

查看:2133
本文介绍了重新启动集群时出错:重新启动kube-proxy:等待kube-proxy启动以进行configmap更新:等待条件超时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用minikube start启动本地Kubernetes集群并出现以下错误.

I am trying to start a local Kubernetes cluster using minikube start and getting the following error.

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

有人知道如何确保它开始吗?我正在使用VirtualBox和教程.我尝试了给定此处的提示,但是没有运气.

Any idea how to ensure it starts? I am using VirtualBox and this tutorial. I tried the tip given here but without luck.

还有什么具体原因导致什至要花很长时间才能达到这个阶段?还是通常这么慢?

Also any specific reason why it takes so long to even reach to this stage? Or is it usually this slow?

推荐答案

以下是针对此类错误启动minikube时要记住的要点.

following are the points to be remembered while starting minikube for such errors.

1)关闭 VirtualBox (如果已打开).
2)删除以前生成的 temp 文件.
3)如果您位于代理后面,请设置代理.
4)然后执行以下操作...

1) close the VirtualBox if opened.
2) delete the previous temp files generated.
3) if you are behind the proxy set the proxy.
4) then do the following...

    $ minikube stop
    $ minikube delete  
    $ minikube start

这篇关于重新启动集群时出错:重新启动kube-proxy:等待kube-proxy启动以进行configmap更新:等待条件超时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆