kubernetes / minikube

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

how to download minikube #18979

Open manojtiwari1986 opened 3 months ago

manojtiwari1986 commented 3 months ago

What Happened?

W0528 22:57:34.433788 5588 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\AADHYA.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

X Exiting due to PROVIDER_DOCKER_NOT_RUNNING: deadline exceeded running "docker version --format -:": exit status 1

Attach the log file

W0528 22:57:34.433788 5588 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\AADHYA.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

X Exiting due to PROVIDER_DOCKER_NOT_RUNNING: deadline exceeded running "docker version --format -:": exit status 1

Operating System

Windows

Driver

None

spowelljr commented 3 months ago

Hi @manojtiwari1986, can you verify you have Docker Desktop installed and running?

manojtiwari1986 commented 3 months ago

docker desktop installed and running W0529 11:07:53.284482 824 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\AADHYA.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified. ! Executing "docker container inspect minikube --format={{.State.Status}}" took an unusually long time: 4.8722149s

T-Lakshmi commented 3 months ago

@manojtiwari1986, Clean the environment and reinstall minikube by executing below commands:

  1. docker system prune
  2. minikube delete
  3. minikube start --driver=docker
T-Lakshmi commented 3 months ago

@manojtiwari1986, I hope this will resolve your issue, please update after you tried above solution to proceed further.

k8s-triage-robot commented 2 days 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