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

kubernetes docker daemon issue #20437

Open
EDDY740 opened this issue Feb 20, 2025 · 2 comments
Open

kubernetes docker daemon issue #20437

EDDY740 opened this issue Feb 20, 2025 · 2 comments

Comments

@EDDY740
Copy link

EDDY740 commented Feb 20, 2025

What Happened?

i am trying to create a kuberntes cluster and it aint creating. giving ,e the error unable to connect to docker daemon

Attach the log file

X Exiting due to GUEST_STATUS: Unable to get control-plane node minikube host status: state: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1
stdout:

stderr:
Error response from daemon: No such container: minikube

Operating System

Windows

Driver

Hyper-V

@Ruchi1499
Copy link

It looks like the issue is caused by a driver misconfiguration. Hyper-V set as the driver, but minikube is trying to inspect a Docker container, which doesn't exist. This mismatch is likely why the error is happening.

@Ruchi1499
Copy link

For Fixing it, We can make sure the correct driver is set when starting the minikube like this:
minikube start --driver=hyperv. Hope this will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants