-
Notifications
You must be signed in to change notification settings - Fork 12
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 not visible on the Resources page when created with Podman driver in Podman Desktop #152
Comments
The code is looking for the label Note that by default minikube uses the system podman, while PD shows user podman: https://minikube.sigs.k8s.io/docs/drivers/podman/#rootless-podman If you deployed rootless with Docker, you would probably have the same issue? Since Podman Desktop can only show system docker, but not the user docker... |
@afbjorklund Thank you for your comment. I've tried to investigate it further, but it seems that when I deploy a Minikube cluster with the system Podman, it still doesn't appear. |
Does it appear in |
Yes, there is log output:
However, I don't see it on the resources page or as a container on the containers page. On the Kubernetes page, it shows that I'm connected to the cluster, and I can see the running cluster node. |
The issue was caused by my local Minikube configuration. Setting Minikube to rootless mode solved it: |
When creating a Minikube cluster via Podman Desktop with the default driver set to Podman, the cluster information and control buttons do not appear on the Resources page, and there is no Minikube container listed on the Containers page. However, if the Minikube cluster is created using the Docker driver, the cluster is visible on the Resources page, and a Minikube container is also visible.
Extension version: v0.3.0
OS: Fedora 40
Steps to reproduce:
minikube should run in rootful mode
The text was updated successfully, but these errors were encountered: