kubernetes / minikube

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

Minikube set up on Windows 10 using Virtualbox gets crashed while setting up kubetetes configuration #19168

Open cbarik29 opened 1 week ago

cbarik29 commented 1 week ago

What Happened?

C:\Windows\system32>minikube start --no-vtx-check -- not to check vtx service

! minikube v1.9.0 on Microsoft Windows 10 Home Single Language 10.0.19045 Build 19045

C:\Windows\system32>minikube update-context * X update config: Error getting kubeconfig status: could not read config: Error decoding config from data:

Attach the log file

logs.txt

Operating System

Windows

Driver

VirtualBox

bobsira commented 6 days ago

virtualbox

This seems to be working perfectly on my end in a windows machine!

From your attached error file it appears the error signs are because of Docker!

Could you check if you have docker running using these commands: docker ps

If Docker is not running, start it using the Dcoker Desktop Application or by running the following commands on elevated PowerShell window: net start com.docker.service

spowelljr commented 6 days ago

Hi @cbarik29, your minikube version is very old, please update to the latest version of minikube then run minikube delete --all to clear out the old clusters before trying to start them again.

Install instructions: https://minikube.sigs.k8s.io/docs/start/?arch=%2Fwindows%2Fx86-64%2Fstable%2F.exe+download