You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: