-
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
apiServer not starting #14863
Comments
Hi @ps68060, are you still experiencing this issue? It seems that this may be in part why the issue is occurring, and persisting through re-installation:
Have you tried restarting your computer after uninstalling? /triage needs-information |
I have tried several uninstall processes but I will try:
|
This has made things worse: C:\WINDOWS\system32> minikube start
X Exiting due to GUEST_PROVISION: Failed to start host: creating host: create: precreate: no External vswitch nor Default Switch found. A valid vswitch must be available for this command to run. Check https://docs.docker.com/machine/drivers/hyper-v/ |
I uninstalled, rebooted and re-installed again twice and I am now back to the original issue where the first start of minikube gives: minikube
and C:\WINDOWS\system32> minikube start
! Unable to restart cluster, will reset it: apiserver healthz: apiserver process never appeared
Unfortunately, an error has occurred: This error is likely caused by: If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands: Additionally, a control plane component may have crashed or exited when started by the container runtime. stderr: |
I have updated to 1.27.0 and it is behaving the same. stderr:
|
I believe I have managed to work around the issue by using an older version of kubernetes.
|
Hi @ps68060, this is related to the log If you look at your docker logs you can see that it's continually failing to pull images as it has not internet connectivity, which is causing the start to fail:
If you use the |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Hi @ps68060, we haven't heard back from you, do you still have this issue? I will close this issue for now but feel free to reopen when you feel ready to provide more information. |
Run this: |
What Happened?
I am new to minikube. I installed it last week and was able to "minikube start" but I was having issue deploying containers.
After lots of stop/start/delete cycles minikube wasn't able to start.
I have since tried "minikube delete", "delete --purge --all" and even uninstalled minikube and deleted anything I could find relating to it and re-installed it a few times.
minikube start fails every time.
minikube status shows:
The apiServer will not start.
Attach the log file
logs.txt
Operating System
Windows
Driver
Hyper-V
The text was updated successfully, but these errors were encountered: