-
Notifications
You must be signed in to change notification settings - Fork 5k
None driver: [ERROR Port-10250]: Port 10250 is in use #2707
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Notice |
Related: #2549 - I thought this would be fixed in this version but it seems not :( |
@stephenpope - Thanks for the workaround! I was also banging my head against "Port 10250 is in use" even though |
I met this situation the same, when could it be fixed or are there same solutions now? thanks |
|
I'm having the same issue but when I first install minikube on 18.04.
|
I likewise am having this issue - I plan to visit it a little more, but thought I would post what I do know. The port |
I have the same exact same problem as the original poster. In my case, it is not even running the first time! |
You can run the following command after crash to proceed.
After many steps, it stops with a timeout like below..
|
Well.. I think this is the wrong direction. There should be another solution to the minikube error. Running Any ideas? |
same problem with v0.27.0 |
Having the same problem with v0.27.0 on Ubuntu 18.04 |
Same here with the
|
Minikube 0.27 is working on Ubuntu 18.04! The earlier problems I reported were on Ubuntu 17.10. Also, I installed kubectl |
I've a same problem too in AWS environment but it's working on ec2 type "t" and "c" and not working in "m" type another type is not confirm. |
hitting the exact same problem on minkube 0.26 and ubuntu 16.04. Anybody know if this is fixed in 0.27? |
Hi guys I found out the k8s dockers containers actually restarted even though it throw error |
If you run into this, find the offending program: netstat -ltnp | grep -w ":10250" and kill it. |
Kubelet use 10250 port, run the following command to stop kubelet and it will stop 10250 port from being used. |
If you are using microk8s you may just need to run microk8s.stop |
I have a same problem of minikube start. |
if port is still used then you can check for PID to stop it
|
execute kubeadm reset will solve this problem |
Thank you, This did help. |
For me, join didn't complete and kubelet was running. |
sudo systemctl stop kubelet |
turns out i was running microk8s instead of minikube, so for me this helped, |
Is this a BUG REPORT
Environment: Ubuntu 17.10 x86_64
Minikube version: v0.26.0
What happened:
Started minikube correctly ..
.. stop minikube ..
sudo minikube stop
.. restart minikube (using same startup script to set env etc) ..
What you expected to happen: System would start correctly.
Output of
minikube logs
(if applicable):Anything else do we need to know:
To
fix
/ workaround :rm -rf .kube
/rm -rf /minikube
/rm -rf /etc/kubernetes
(but that just allows me to start rather than re-start)The text was updated successfully, but these errors were encountered: