Skip to content
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 #18894

Open
samratmanjeet7 opened this issue May 15, 2024 · 1 comment
Open

minikube #18894

samratmanjeet7 opened this issue May 15, 2024 · 1 comment
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@samratmanjeet7
Copy link

What Happened?

manjeet@SAMRAT:/mnt/c/Users/Manjeet/OneDrive/Desktop/cmd.exe$ minikube start
πŸ˜„ minikube v1.33.1 on Ubuntu 22.04 (amd64)
✨ Using the docker driver based on existing profile
πŸ‘ Starting "minikube" primary control-plane node in "minikube" cluster
🚜 Pulling base image v0.0.44 ...
πŸ”„ Restarting existing docker container for "minikube" ...
🀦 StartHost failed, but will try again: driver start: start: docker start minikube: exit status 1
stdout:

stderr:
Error response from daemon: Address already in use
Error: failed to start containers: minikube

πŸ”„ Restarting existing docker container for "minikube" ...
😿 Failed to start docker container. Running "minikube delete" may fix it: driver start: start: docker start minikube: exit status 1
stdout:

stderr:
Error response from daemon: Address already in use
Error: failed to start containers: minikube

❌ Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: driver start: start: docker start minikube: exit status 1
stdout:

stderr:
Error response from daemon: Address already in use
Error: failed to start containers: minikube

Attach the log file

manjeet@SAMRAT:/mnt/c/Users/Manjeet/OneDrive/Desktop/cmd.exe$ minikube start
πŸ˜„ minikube v1.33.1 on Ubuntu 22.04 (amd64)
✨ Using the docker driver based on existing profile
πŸ‘ Starting "minikube" primary control-plane node in "minikube" cluster
🚜 Pulling base image v0.0.44 ...
πŸ”„ Restarting existing docker container for "minikube" ...
🀦 StartHost failed, but will try again: driver start: start: docker start minikube: exit status 1
stdout:

stderr:
Error response from daemon: Address already in use
Error: failed to start containers: minikube

πŸ”„ Restarting existing docker container for "minikube" ...
😿 Failed to start docker container. Running "minikube delete" may fix it: driver start: start: docker start minikube: exit status 1
stdout:

stderr:
Error response from daemon: Address already in use
Error: failed to start containers: minikube

❌ Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: driver start: start: docker start minikube: exit status 1
stdout:

stderr:
Error response from daemon: Address already in use
Error: failed to start containers: minikube

Operating System

Ubuntu

Driver

Docker

@spowelljr
Copy link
Member

Hi @samratmanjeet7, could you try deleting the existing instance with minikube delete --all and then try starting the cluster again and seeing if that resolves your issue?

@spowelljr spowelljr added the kind/support Categorizes issue or PR as a support question. label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants