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

Can't create cluster if podman machine has been deleted or minikube container has been removed #24

Open
jeffmaury opened this issue Jan 4, 2024 · 2 comments

Comments

@jeffmaury
Copy link
Contributor

I once had deleted the Podman machine on which the Minikube cluster was created. After I created a new Podman machine, I cannot create a Minikube cluster as it is looking for the minikube container on the machine

@cdrage
Copy link

cdrage commented Oct 15, 2024

@jeffmaury

This is happening for me, is there cache to remove or something to get this working again?

* minikube v1.34.0 on Darwin 15.0.1 (arm64)

* Kubernetes 1.31.0 is now available. If you would like to upgrade, specify: --kubernetes-version=v1.31.0

* Using the podman (experimental) driver based on existing profile

* Starting "minikube" primary control-plane node in "minikube" cluster

* Pulling base image v0.0.45 ...

E1015 14:29:52.249711   47810 cache.go:189] Error downloading kic artifacts:  not yet implemented, see issue #8426

* Restarting existing podman container for "minikube" ...

! StartHost failed, but will try again: driver start: start: podman start minikube: exit status 125
stdout:

stderr:
Error: no container with name or ID "minikube" found: no such container


* Restarting existing podman container for "minikube" ...

* Failed to start podman container. Running "minikube delete" may fix it: driver start: start: podman start minikube: exit status 125
stdout:

stderr:
Error: no container with name or ID "minikube" found: no such container




X Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: driver start: start: podman start minikube: exit status 125
stdout:

stderr:
Error: no container with name or ID "minikube" found: no such container

* 

╭─────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                             │
│    * If the above advice does not help, please let us know:                                 │
│      https://github.com/kubernetes/minikube/issues/new/choose                               │
│                                                                                             │
│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
│                                                                                             │
╰─────────────────────────────────────────────────────────────────────────────────────────────╯



Command execution failed with exit code 80

@cdrage
Copy link

cdrage commented Oct 15, 2024

cc @axel7083 unsure if you experienced this too recently

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

2 participants