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

unable to run minicube with kubernetics #13266

Closed
mhallin2 opened this issue Dec 30, 2021 · 1 comment
Closed

unable to run minicube with kubernetics #13266

mhallin2 opened this issue Dec 30, 2021 · 1 comment

Comments

@mhallin2
Copy link

mhallin2 commented Dec 30, 2021

What Happened?

on a windows 2019 server with latest docker
getting error when running
minikube start --addons=ingress --cni=flannel --install-addons=true --kubernetes-version=stable

C:\temp>minikube start --addons=ingress --cni=flannel --install-addons=true --kubernetes-version=stable

  • minikube v1.24.0 on Microsoft Windows Server 2019 Standard Evaluation 10.0.17763 Build 17763
  • Using the docker driver based on user configuration
  • Starting control plane node minikube in cluster minikube
  • Pulling base image ...
  • Creating docker container (CPUs=2, Memory=2200MB) ...
  • Stopping node "minikube" ...
  • Powering off "minikube" via SSH ...
  • Deleting "minikube" in docker ...
    ! StartHost failed, but will try again: creating host: create: creating: prepare kic ssh: unable to execute icacls to set permissions: exit status 1
  • Failed to start docker container. Running "minikube delete" may fix it: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\Users<user>.minikube\machines\minikube\config.json: The system cannot find the file specified.

X Exiting due to GUEST_NOT_FOUND: Failed to start host: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\Users<user>.minikube\machines\minikube\config.json: The system cannot find the file specified.

I have tried multiple times by run minikube delete but gets in to the same issue all the time.

Attach the log file

C:\temp>minikube logs --file=log.txt

X Exiting due to GUEST_NOT_FOUND: load: filestore "minikube": open C:\Users<user>.minikube\machines\minikube\config.json: The system cannot find the file specified.

Operating System

Windows

Driver

Docker

@mhallin2
Copy link
Author

issue can be closed,
moved the home location to a new folder that is not in my user profile
environment variable MINIKUBE_HOME=C:\minikube\kube

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