Skip to content

Error in starting mikube service #20707

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

Open
LupoMoltoCattivo opened this issue May 6, 2025 · 0 comments
Open

Error in starting mikube service #20707

LupoMoltoCattivo opened this issue May 6, 2025 · 0 comments

Comments

@LupoMoltoCattivo
Copy link

What Happened?

Goodmorning,
i'm trying to run an exercise on my personal pc for a course. I have installe Docker, MiniKube and kubectl. Yesterday to run the server i have to digit this command in the powershell
set HTTP_PROXY=http://
set HTTPS_PROXY=https://
set NO_PROXY=localhost,127.0.0.1,10.96.0.0/12,192.168.59.0/24,192.168.49.0/24,192.168.39.0/24
Minikube start --vm-driver="hyperv" --hyperv-virtual-switch="Minikube"
today i tried the same bu recived the following error:

  • minikube v1.35.0 on Microsoft Windows 11 Pro 10.0.26100.3775 Build 26100.3775
  • Using the hyperv driver based on existing profile
  • Starting "minikube" primary control-plane node in "minikube" cluster
  • Updating the running hyperv "minikube" VM ...
    ! StartHost failed, but will try again: provision: IP not found
  • Updating the running hyperv "minikube" VM ...
  • Failed to start hyperv VM. Running "minikube delete" may fix it: provision: IP not found

X Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: provision: IP not found

attched the error logs

E0506 08:38:19.636435 5832 logs.go:279] Failed to list containers for "kube-apiserver": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:24.285802 5832 logs.go:279] Failed to list containers for "etcd": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:28.960981 5832 logs.go:279] Failed to list containers for "coredns": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:33.646155 5832 logs.go:279] Failed to list containers for "kube-scheduler": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:38.408643 5832 logs.go:279] Failed to list containers for "kube-proxy": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:43.171456 5832 logs.go:279] Failed to list containers for "kube-controller-manager": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:47.875291 5832 logs.go:279] Failed to list containers for "kindnet": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:52.515391 5832 logs.go:279] Failed to list containers for "storage-provisioner": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found

thanks in advance for the help.

Best regards,

Alessandro

Attach the log file

E0506 08:38:19.636435 5832 logs.go:279] Failed to list containers for "kube-apiserver": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:24.285802 5832 logs.go:279] Failed to list containers for "etcd": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:28.960981 5832 logs.go:279] Failed to list containers for "coredns": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:33.646155 5832 logs.go:279] Failed to list containers for "kube-scheduler": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:38.408643 5832 logs.go:279] Failed to list containers for "kube-proxy": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:43.171456 5832 logs.go:279] Failed to list containers for "kube-controller-manager": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:47.875291 5832 logs.go:279] Failed to list containers for "kindnet": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found
E0506 08:38:52.515391 5832 logs.go:279] Failed to list containers for "storage-provisioner": docker: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found

Operating System

Windows

Driver

Hyper-V

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