kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.47k stars 4.89k forks source link

Unable to run MiniKube in Windows System #18176

Closed connectamitgupta closed 3 months ago

connectamitgupta commented 9 months ago

What Happened?

Minikube is already installed in my windows 11 system which is configured with docker. While trying to create cluster using "minikube start" command, it throws error..."❌ Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: can't create with that IP, address already in use"

I searched through internet and found few workaround....as applied this command also "~/docker/config.json" and "minikube delete --profile=minikube", but still it is not solving the issue. Even i have tried reinstalling minikube in my machine. Please help me to resolve this issue.

Attach the log file

:\Users\Dell> minikube start 😄 minikube v1.32.0 on Microsoft Windows 11 Pro 10.0.22621.3155 Build 22621.3155 ✨ Automatically selected the docker driver 📌 Using Docker Desktop driver with root privileges 👍 Starting control plane node minikube in cluster minikube 🚜 Pulling base image ... 🔥 Creating docker container (CPUs=2, Memory=2200MB) ...

❌ Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: can't create with that IP, address already in use

Operating System

Windows

Driver

Docker

12rashic commented 8 months ago

🔴 Try with these 3 commands docker container prune minikube delete minikube start --driver=docker or 🔴 minikube start --force --driver=docker

connectamitgupta commented 8 months ago

Thanks Rashi for your response. As i mentioned in my initial post that i have applied these tricks but not solved. it is still showing message. ❌ Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: can't create with that IP, address already in use

k8s-triage-robot commented 5 months ago

The Kubernetes project currently lacks enough 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 stale

k8s-triage-robot commented 4 months ago

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

k8s-triage-robot commented 3 months ago

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-ci-robot commented 3 months ago

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to [this](https://github.com/kubernetes/minikube/issues/18176#issuecomment-2230546752): >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: >- After 90d of inactivity, `lifecycle/stale` is applied >- After 30d of inactivity since `lifecycle/stale` was applied, `lifecycle/rotten` is applied >- After 30d of inactivity since `lifecycle/rotten` was applied, the issue is closed > >You can: >- Reopen this issue with `/reopen` >- Mark this issue as fresh with `/remove-lifecycle rotten` >- Offer to help out with [Issue Triage][1] > >Please send feedback to sig-contributor-experience at [kubernetes/community](https://github.com/kubernetes/community). > >/close not-planned > >[1]: https://www.kubernetes.dev/docs/guide/issue-triage/ Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.