-
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 failed to start #15051
Comments
Probably related to using Docker Desktop, instead of Docker Engine: |
Hi @SubhanshuMG, did you have a chance to review the comment above?
|
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 |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What Happened?
π minikube v1.27.0 on Ubuntu 22.04
β Kubernetes 1.25.0 has a known issue with resolv.conf. minikube is using a workaround that should work for most use cases.
β For more information, see: kubernetes/kubernetes#112135
β¨ Automatically selected the docker driver. Other choices: virtualbox, ssh, qemu2 (experimental)
π Using Docker driver with root privileges
π Starting control plane node minikube in cluster minikube
π Pulling base image ...
> gcr.io/k8s-minikube/kicbase: 0 B [] ?% ? p/s 0s
> index.docker.io/kicbase/sta...: 0 B [] ?% ? p/s 0s
> gcr.io/k8s-minikube/kicbase...: 0 B [] ?% ? p/s 0s
> index.docker.io/kicbase/sta...: 0 B [___] ?% ? p/s 0s
β minikube was unable to download gcr.io/k8s-minikube/kicbase:v0.0.34, but successfully downloaded docker.io/kicbase/stable:v0.0.34 as a fallback image
E1002 17:28:01.686138 30129 cache.go:203] Error downloading kic artifacts: failed to download kic base image or any fallback image
π₯ Creating docker container (CPUs=2, Memory=2761MB) ...
π³ Preparing Kubernetes v1.25.0 on Docker 20.10.17 ...
βͺ Generating certificates and keys ...
βͺ Booting up control plane ...
βͺ Configuring RBAC rules ...| E1002 17:31:34.071498 30129 start.go:267] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: timed out waiting for the condition
π 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: wait 6m0s for node: wait for healthy API server: apiserver healthz never reported healthy: timed out waiting for the condition
Attach the log file
logs.txt
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: