-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
waiting for kube-proxy to be up for configmap update + i/o timeout during log upload #2787
Comments
I have same problem, did you deal with it? |
Same problem here. I didn't have the problem for v1.9.0 |
Just find a workaround. When you are not able to start Kubernetes V1.10.0 on Mac, try to download a lower version, say v0.25.0, curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.25.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/, then it will say downgrade is not allowed and will automatically download the new version for you. The new version downloaded from here will be over 100M, bigger than the 40+M file when you directly run curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.26.1/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/ That will work. |
thanks @stantonxu that work around worked for me too |
workaround did it for me too. same conditions as OP. |
Thanks to @stantonxu. Your workaround worked for me too. |
Sounds like a dupe of #3031 |
If you run into this again, please include output of "minikube logs". |
Hey @tstromberg I got the same issue (minikube v0.33.1) from a fresh
|
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...
E0506 21:35:09.777031 2073 start.go:281] Error restarting cluster: restarting kube-proxy: waiting for kube-proxy to be up for configmap update: timed out waiting for the condition
E0506 21:35:39.782253 2073 util.go:151] Error uploading error message: : Post https://clouderrorreporting.googleapis.com/v1beta1/projects/k8s-minikube/events:report?key=AIzaSyACUwzG0dEPcl-eOgpDKnyKoUFgHdfoFuA: dial tcp 216.58.213.106:443: i/o timeout
The text was updated successfully, but these errors were encountered: