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

Not able to run Minikube using Podman #20340

Open
Reehansz opened this issue Jan 30, 2025 · 5 comments
Open

Not able to run Minikube using Podman #20340

Reehansz opened this issue Jan 30, 2025 · 5 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@Reehansz
Copy link

What Happened?

I was trying to install Minikube in Mac M3 arm, when trying to install it using "Minikube start --driver Podman", I was not able to install it due the below error

Attach the log file

❌ Exiting due to GUEST_STATUS: Unable to get control-plane node minikube host status: state: unknown state "minikube": podman container inspect minikube --format={{.State.Status}}: exit status 125
stdout:

stderr:
Error: no such container "minikube"

Operating System

macOS (Default)

Driver

Podman

@mahmut-Abi
Copy link
Contributor

what is your podman version?

@Reehansz
Copy link
Author

podman version 5.3.2

@dhairya-seth
Copy link

I had also faced the same issue when starting minikube using Podman driver. To start minikube i had to reset the minikube configurations and restarted it using Docker driver. It was working properly using docker.

@dhairya-seth
Copy link

dhairya-seth commented Mar 18, 2025

If (in case) you want to run minikube using docker, you can follow the steps mentioned below, which worked for me:

  1. If you executed these commands: minikube config set driver podman and minikube config set rootless true in past while setting up podman then you need to unset it using minikube config unset driver and minikube config unset rootless.
  2. Install docker (if not installed) and ensure docker engine is in running state.
  3. Then start minikube using minikube start --driver=docker
  4. If you still get error then run minikube delete and again start minikube.

@dhairya-seth
Copy link

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

4 participants