-
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
restart: waiting for k8s-app=kube-proxy: timed out waiting for the condition #3843
Comments
I have the same issue here... only difference is I am running on Ubuntu 18.10.
|
I encountered the same problem after moved to v0.35.0 to fix the other problem. 😄 minikube v0.35.0 on darwin (amd64)
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: I am on v10.14.2 |
I did minikube delete and started it again and it worked. It did sit on Waiting for pods for a few minutes but did get past it (unlike before, I left it running for a long time without any progress). HTH. I am also running 0.35.0. |
Having the same problem, just installed 0.35.0 and can't get it to work. 😄 minikube v0.35.0 on darwin (amd64) 😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: |
@serverok - I've seen this to when resuming a previously setup VM, but haven't been able to replicate it reliably. Do you mind attaching the output of the following command:
I suspect this can be resolved by running For other folks who are also running into this in a way that does not say "Error restarting", I suggest opening a new bug report as there are likely to be multiple causes. Feel free to reference #3843 though. Thanks! Update: Fixed command-line. |
I have the same issue when running minikube with Virtualbox and the starting commands: I run the minikube command as my user (not root). I run Ubuntu 18.10 inside a VMWare Workstation virtualization engine. The host has 32G of RAM and I allocated 16G RAM and 4 vCPU to the Ubuntu VM. I setup the minikube to start with 8G RAM and 4 CPU. |
@ocontant - If you don't mind, please open a new issue as it may have different root causes. Many of those command-line options seem very strange, as localkube is no longer used. I had a bug in my example command: please use:
Thanks! |
The command are from the istio page reference how to install istio in minikube. Pershaps their documention is a bit outdate. I will try without those parameters and see. |
@tstromberg Seems like removing the extra parameters fixed the issue. My instance of minikube started correctly. Do you have a way to inform istio upstream that their documentation is deprecated and they should update it? Reference to the documentation: [(https://istio.io/docs/setup/kubernetes/platform-setup/minikube/)] |
There is no such container, here is the result
Attached result of docker ps and docker ps -a inside "minikube ssh" |
The same problem with minikube on Windows Hyper-V C:\Program Files\Docker>minikube start --vm-driver hyperv --hyperv-virtual-switch "MinukubeNet"
|
I have same problem 😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: minikube ssh 'docker logs $(docker ps -a -f name=k8s_kube-proxy --format={{.ID}})' |
I do get the same issue with minikube 0.35.0 on Windows 10. Noted that storage-provisioner status would change from ERROR to CrashLoopBackOff at the same time. kubectl get pods -n kube-system NAME READY STATUS RESTARTS AGE |
I have same problem that minikube doesn't create kube-proxy
|
It seems because of #3774 At this time, kube-proxy is not created by kubeadm |
|
The "init" command executes the following phases:
Or it's because kube-proxy is moved by kubeadm |
Even I have the same problem on mac after minikube upgrade..any idea on what might be causing it. bash-5.0$ minikube start 😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: bash-5.0$ minikube delete bash-5.0$ minikube start 😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: |
I had the same issue but |
same issue here on Windows 10 with Hyper V running 0.35.0 |
same issue running on win10 / kubernetes v1.13.4 / minikube v0.35.0 / hyperv (default switch) |
I've hit the same issue after my first attempt failed (because I needed to set docker proxy settings). Second and consequent attempts would fail. I added the minikube ip address to my NO_PROXY environment variable, and after a delete it would work. Minikube 0.35.0, Ubuntu 18.04, amd64, virtualbox (set to 16gb/50000mb). |
Thanks.NO_PROXY env works like a charm.even machine restart would work( if vpn is disconnected ) after minikube delete as it would reset the network. |
This is also the case with the latest version, details are #3936 |
I am facing the same issue.
And |
I did delete all the virtual boxes and restart the minikube and it worked |
|
@serverok please close this issue if this works for you. |
Got it work after minikube delete and upgrading to v1..0.0 |
Confirming
Thanks! |
Please use #3850 for |
I was helped... MacBook-Air-Esbol:My esbolmoldrahmetov$ minikube start 😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: MacBook-Air-Esbol:My esbolmoldrahmetov$ minikube delete sudo -i MacBook-Air-Esbol:~ root# rm -rf MacBook-Air-Esbol:My esbolmoldrahmetov$ minikube start |
C:\WINDOWS\system32>minikube start --vm-driver hyperv --hyperv-virtual-switch "Primary Virtual Switch"
I stopped the Hyper-V Manager Service and deleted the minikube C:\WINDOWS\system32>minikube start --vm-driver hyperv --hyperv-virtual-switch "Primary Virtual Switch"
|
FYI i couldn't get it to work either with 'none' or 'virtualbox' but after installing kvm and using that it worked for me Ubuntu 18.10 - minikube v1.0.0 |
So! I finally ran into this bug myself in a repeatable fashion. The good news is that this is solvable! I can verify that #4014 fixes this by running within the VM:
Even on older Kubernetes releases. I'll make an effort to get this bug resolved this week in case that PR isn't merged. In the mean time, most everyone should be able to workaround this bug by running:
|
The fix was released in minikube v1.1.0. If you run into this, please upgrade and let me know if it fixes it! |
Hi , running minikube v1.1.0 and ran again into the problem: Found network options:
X Error restarting cluster: waiting for apiserver: timed out waiting for the condition
|
@sanemoginr That appears to be something else different. Please open a new issue, and be sure to include the output of |
When i minikube start, i get error
I am using Ubuntu 18.04
Attached minikube logs
minikube-logs.txt
The text was updated successfully, but these errors were encountered: