-
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
minikube status says apiserver:stopped #14540
Comments
Hello same issue with me. I even allowed extra memory upon start by 'minikube start --memory=4g' but still the 'apiserver' is stopped. Have you fixed it? |
@PalmaPedro no, I was not able to solve the issue, I am still facing problems to start the cluster. I was fed up and started it in windows, there it ran in a single run. Hoping for some help from the Kube community :) |
I'm also on Linux Mint, I'll report back if i find a solution |
@PalmaPedro I found a solution, and It worked for me. First, I removed docker entirely from my system
Moreover, I followed this tutorial to install minikube and kubectl hope this helps |
Thanks for the detailed answer, I appreciate it. In my attempts to setup minikube, I also realized that Docker desktop could be causing issues. I ended up trying to ditch docker as my driver to start minikube for now, and tried with virtualbox ( https://minikube.sigs.k8s.io/docs/drivers/virtualbox/ ). This seems to work for me for now, but i'll try as you suggest. |
Hi @cp99says, yes, it sounds like removing and/or reinstalling Docker Desktop helped in this case, and I appreciate the follow up and commands/instructions. With external dependencies, from time to time it appears that reinstallation is the appropriate "fix" for the issue. |
yes, but this should be mentioned somewhere either on the kubernetes website or docker-desktop webpage, that "due to dependency incompatibility, minikube wont even start " , so that newbies wont have to face this issue |
Docker Desktop on Linux is not yet supported by minikube |
Hi @cp99says, are you proposing to add the above as a known issue on this page? I could probably create a PR for that if that would help, just let me know. |
sure, that would be a piece of helpful information to people who are getting started in the DevOps world and they don't need to waste time on setting the cluster up. Thanks for the idea @klaases |
What Happened?
logs.txt
Please look into the issue and help me sort this out, I am new into kubernetes.
OS:- Cinnamon, minikube started using docker driver
Attach the log file
When I check the status using minikube status, it says
minikube
type: Control Plane
host: Running
kubelet: Running
apiserver: Stopped
kubeconfig: Configured
Operating System
Linux Mint 20.3
Driver
Docker version 20.10.17, build 100c701
The text was updated successfully, but these errors were encountered: