-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 cluster creation failure on Podman Desktop #18039
Comments
Same here |
This was working for me last week but since I restarted my Mac I can no longer start minikube with podman. |
I am getting the following error when I run this on a windows machine: Error: Failed to create minikube cluster. * Exiting due to PROVIDER_PODMAN_NOT_FOUND: The 'podman' provider was not found: exec: "podman": executable file not found in %PATH% * Suggestion: Install Podman * Documentation: https://minikube.sigs.k8s.io/docs/drivers/podman/ However spinning up a cluster from the command line using this command: minikube start --driver=podman --container-runtime=cri-o is a successful. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
For anyone who may be coming here that is experiencing this issue on an M series Mac and podman. Running the following may clear up the issue with
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Still seeing the issue as of today. |
What Happened?
When trying to create a Minikube cluster in Resources in Podman Desktop, I get a following error even while having a rootful podman machine running.
Steps to reproduce:
Screenshot:
Error:
Error: Failed to create minikube cluster. E0125 05:58:08.614734 408 cache.go:189] Error downloading kic artifacts: not yet implemented, see issue #8426 ! 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 * 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. │ │ │ ╰─────────────────────────────────────────────────────────────────────────────────────────────╯Attach the log file
minikube_logs_12188603c5e9f28dcb94d82bb148706dd9bd0495_0.log
Operating System
Windows
Driver
Podman
The text was updated successfully, but these errors were encountered: