Skip to content
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

[ERROR Port-10259]: Port 10259 is in use #7691

Closed
WebDmitryPetrov opened this issue Apr 15, 2020 · 2 comments
Closed

[ERROR Port-10259]: Port 10259 is in use #7691

WebDmitryPetrov opened this issue Apr 15, 2020 · 2 comments
Labels
kind/support Categorizes issue or PR as a support question. needs-faq-entry Things that could use documentation in a FAQ needs-solution-message Issues where where offering a solution for an error would be helpful triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@WebDmitryPetrov
Copy link

WebDmitryPetrov commented Apr 15, 2020

Hi! When starting the minikube, an error is returned.
Ubuntu 18.04 /Docker 19.03.8 / Kybernetes v1.18.0 / minikube v1.9.0 is currently installed

W0415 19:04:24.946965 19080 configset.go:202] WARNING: kubeadm cannot validate component configs for API groups [kubelet.config.k8s.io kubeproxy.config.k8s.io]
[WARNING Port-10250]: Port 10250 is in use
error execution phase preflight: [preflight] Some fatal errors occurred:
[ERROR Port-10259]: Port 10259 is in use
[ERROR Port-10257]: Port 10257 is in use
[ERROR Port-2380]: Port 2380 is in use

@tstromberg
Copy link
Contributor

tstromberg commented Apr 15, 2020

minikube seems to be conflicting with another running local Kubernetes service (perhaps itself!). What do you see if you run:

lsof -p 10250

Also, can you please check if upgrading to minikube v1.9.2 helps? If not, please share the output of minikube start --alsologtostderr - as well as the full command-line you used. I can't tell which driver this is with, but it's almost certainly --driver=none.

If not, minikube delete will probably help.

Thank you for the report!

@tstromberg tstromberg changed the title Minikube start --driver=none ERROR [ERROR Port-10259]: Port 10259 is in use Apr 15, 2020
@tstromberg tstromberg added needs-faq-entry Things that could use documentation in a FAQ needs-solution-message Issues where where offering a solution for an error would be helpful kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it. labels Apr 15, 2020
@medyagh
Copy link
Member

medyagh commented May 13, 2020

@WebDmitryPetrov haven't heard from you,
Meanwhile have you tried out newest driver Docker Driver with latest version of minikube?
you could try
minikube delete
minikube start --driver=docker

for more information on the docker driver checkout:
https://minikube.sigs.k8s.io/docs/drivers/docker/

@medyagh medyagh closed this as completed May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. needs-faq-entry Things that could use documentation in a FAQ needs-solution-message Issues where where offering a solution for an error would be helpful triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

3 participants