Closed AhmedMohamedEid closed 1 year ago
Hi @AhmedMohamedEid, minikube just added support for Docker Desktop Linux with v1.28.0, could you update, run minikube delete
and then try starting again.
Hi @AhmedMohamedEid, we haven't heard back from you, do you still have this issue? There isn't enough information in this issue to make it actionable, and a long enough duration has passed, so this issue is likely difficult to replicate.
I will close this issue for now but feel free to reopen when you feel ready to provide more information.
I after setup coredns by recommend in terminal then I cannot start minikube
nguyenthanhthai@ThanhThaisMBP Desktop % minikube start
😄 minikube v1.31.2 on Darwin 13.4.1 (arm64)
✨ Using the qemu2 driver based on existing profile
👍 Starting control plane node minikube in cluster minikube
🏃 Updating the running qemu2 "minikube" VM ...
🐳 Preparing Kubernetes v1.27.4 on Docker 24.0.4 ...
🤦 Unable to restart cluster, will reset it: apiserver health: apiserver healthz never reported healthy: context deadline exceeded
▪ Generating certificates and keys ...
▪ Booting up control plane ...
▪ Configuring RBAC rules ...
🔗 Configuring bridge CNI (Container Networking Interface) ...
💡 Some dashboard features require the metrics-server addon. To enable all features please run:
minikube addons enable metrics-server
🔎 Verifying ingress addon... ▪ Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2 ▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5 E0114 01:18:06.737735 3080 start.go:219] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: non-retryable failure while getting "coredns" deployment scale: Get "https://10.0.2.15:8443/apis/apps/v1/namespaces/kube-system/deployments/coredns/scale": dial tcp 10.0.2.15:8443: i/o timeout 🔎 Verifying Kubernetes components...
❌ Exiting due to GUEST_START: failed to start node: wait 6m0s for node: wait for healthy API server: apiserver healthz never reported healthy: context deadline exceeded
Attach the log file logs.txt
Operating System MacOS 13.4.1 (22F82) M1 Pro
Driver Podman, qemu2
I have the same issue.
Similar setup as well,
M1 Pro,
Driver QEMU2
I've fixed this issue after updating MacOS to Sonoma by installing socket_vmnet
Fedora 40
, Docker
driverThe solution for me was setting docker
permissions correctly. On (but not limited to) Fedora
, docker daemon default binds to a root-owned socket. My start command kept hanging and then timing out into the posted error, but my system processes were mostly inactive. Containers by virtue tend to be low observable / non logging, so you definitely have to do a bit of digging around to get it to work.
What Happened?
After install Kubernetes and when get run this to start minikube
minikube start
Output
Attach the log file
log.txt
Operating System
Ubuntu
Driver
Docker