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 set up on Windows 10 using Virtualbox gets crashed while setting up kubetetes configuration #19168

Open
cbarik29 opened this issue Jul 1, 2024 · 2 comments
Labels
co/virtualbox kind/support Categorizes issue or PR as a support question. os/windows triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@cbarik29
Copy link

cbarik29 commented Jul 1, 2024

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

  • Using the virtualbox driver based on user configuration
  • Downloading VM boot image ...

minikube-v1.9.0.iso.sha256: 65 B / 65 B [--------------] 100.00% ? p/s 0s
minikube-v1.9.0.iso: 174.93 MiB / 174.93 MiB [-] 100.00% 3.43 MiB p/s 51s

  • Downloading Kubernetes v1.18.0 preload ...

preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4: 542.91 MiB

  • Creating virtualbox VM (CPUs=2, Memory=2200MB, Disk=20000MB) ...

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
Copy link

bobsira commented Jul 3, 2024

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
Copy link
Member

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=/windows/x86-64/stable/.exe download

@spowelljr spowelljr added kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it. os/windows co/virtualbox labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/virtualbox kind/support Categorizes issue or PR as a support question. os/windows triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

3 participants