-
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
none: Some fatal errors occurred: [ERROR Port-8443]: Port 8443 is in use #4251
Comments
The actual fatal error here is:
Basically, it seems like the apiserver & other tools are already running, but for whatever reason, minikube doesn't know about them. Could you check if |
I did
and restarted,
now it gives different error:
|
Any updates on this? Would like to know any solution as I'm facing the same issue at kube-dns stage on a minikube stop, delete and restart. |
I've managed to make it work with kvm driver, after finding some article listing additional pre-requisites: docker-machine script and several more packages. |
The root cause for the original issue (Port 8443 in use) is because a apiserver is already running. For the DNS issue, see: https://github.com/kubernetes/minikube/blob/master/docs/vmdriver-none.md#known-issues |
I'm curious, what install pre-requisites are missing? If you know of any, please feel free to open a bug or a pull request to modify them. |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it. Thank you for opening the issue! |
The exact command to reproduce the issue:
The full output of the command that failed:
The output of the
minikube logs
command:The operating system version:
Linux Mint 19.1 Tessa
The text was updated successfully, but these errors were encountered: