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 commands trigger Docker context error. #18822

Open
albertalvin8080 opened this issue May 7, 2024 · 0 comments
Open

Minikube commands trigger Docker context error. #18822

albertalvin8080 opened this issue May 7, 2024 · 0 comments

Comments

@albertalvin8080
Copy link

albertalvin8080 commented May 7, 2024

What Happened?

When I run any minikube command, it's logged that the "default" Docker CLI context cannot be found. The thing is, I'm not trying to use docker. It happens even when Docker is not running.

For example, when i use minikube status, the output is:

W0506 23:45:30.171668 800 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\Albert.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
minikube
type: Control Plane
host: Stopped
kubelet: Stopped
apiserver: Stopped
kubeconfig: Stopped

As you can see, the status command is executed normaly. But the docker error is always triggered before the actual execution of the command.

For minikube config get vm-driver command:

W0506 23:59:03.135165 10532 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\Albert.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
hyperv

Even if it's still harmless (so far), I'd like to understand why it happens.

Operating System

Windows

Driver

N/A

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

1 participant