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

none: [ERROR Port-2380]: Port 2380 is in use #7156

Closed
Nit2879 opened this issue Mar 23, 2020 · 2 comments
Closed

none: [ERROR Port-2380]: Port 2380 is in use #7156

Nit2879 opened this issue Mar 23, 2020 · 2 comments
Labels
cause/port-conflict Start failures due to port or other network conflict co/none-driver kind/support Categorizes issue or PR as a support question. triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@Nit2879
Copy link

Nit2879 commented Mar 23, 2020

The exact command to reproduce the issue:
minikube start --vm-driver=none
The full output of the command that failed:


stderr:
W0323 06:56:07.655585 10307 validation.go:28] Cannot validate kube-proxy config - no validator is available
W0323 06:56:07.655707 10307 validation.go:28] Cannot validate kubelet config - no validator is available
[WARNING IsDockerSystemdCheck]: detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "systemd". Please follow the guide at https://kubernetes.io/docs/setup/cri/
[WARNING Port-10250]: Port 10250 is in use
error execution phase preflight: [preflight] Some fatal errors occurred:
[ERROR Port-2380]: Port 2380 is in use
[preflight] If you know what you are doing, you can make a check non-fatal with --ignore-preflight-errors=...
To see the stack trace of this error execute with --v=5 or higher

The output of the minikube logs command:

The operating system version:

Ubuntu v18

@tstromberg tstromberg changed the title Minikube failed to start none: [ERROR Port-2380]: Port 2380 is in use Mar 23, 2020
@tstromberg
Copy link
Contributor

What is listening on port 2380? The output of lsof -i :2380 would help.

It sounds like Kubernetes may already be running on this machine, but minikube is unaware of it's existence. Also, what version of minikube is this?

@tstromberg tstromberg added cause/port-conflict Start failures due to port or other network conflict co/none-driver kind/support Categorizes issue or PR as a support question. labels Mar 23, 2020
@tstromberg
Copy link
Contributor

This issue appears to be a duplicate of #6425, do you mind if we move the conversation there?

Ths way we can centralize the content relating to the issue. If you feel that this issue is not in fact a duplicate, please re-open it using /reopen. If you have additional information to share, please add it to the new issue.

Thank you for reporting this!

@tstromberg tstromberg added the triage/duplicate Indicates an issue is a duplicate of other open issue. label Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cause/port-conflict Start failures due to port or other network conflict co/none-driver kind/support Categorizes issue or PR as a support question. triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

2 participants