What Happened?
I installed docker(via rancher desktop), then kubectl then minikube.
Then I ran “minikube start” and got the following output.
???? minikube v1.33.1 on Ubuntu 20.04
✨ Using the docker driver based on existing profile
???? For improved Docker performance, enable the overlay Linux kernel module using ‘modprobe overlay’
❗ You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.
???? Starting “minikube” primary control-plane node in “minikube” cluster
???? Pulling base image v0.0.44 …
???? Updating the running docker “minikube” container …
???? Preparing Kubernetes v1.30.0 on Docker 26.1.1 …
???? Verifying Kubernetes components…
▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5
❗ Enabling ‘default-storageclass’ returned an error: running callbacks: [Error making standard the default storage class: Error listing StorageClasses: Get “https://192.168.49.2:8443/apis/storage.k8s.io/v1/storageclasses”: dial tcp 192.168.49.2:8443: i/o timeout]
???? Enabled addons: storage-provisioner
❌ 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
╭───────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ???? If the above advice does not help, please let us know: │
│ ???? https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ Please run minikube logs --file=logs.txt
and attach logs.txt to the GitHub issue. │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
I tried reinstalling docker, kubectl, minikube. Docker is installed through rancher desktop.
More info and logs here: https://github.com/kubernetes/minikube/issues/18893
Rashad Sirajudeen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.