You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the rootless config is not (not set by default), minikube will not be able to start a cluster on linux. This can be fixed by opening a terminal and running minikube config set rootless true.
Screenshot
Logs
* minikube v1.34.0 on Fedora 41
- MINIKUBE_HOME=/home/axel7083/.local/share/minikube
* Using the podman driver based on existing profile
X Exiting due to PROVIDER_PODMAN_NOT_RUNNING: "sudo -n -k podman version --format <no value>" exit status 1: sudo: a password is required
* Suggestion: Add your user to the 'sudoers' file: 'axel7083 ALL=(ALL) NOPASSWD: /usr/bin/podman' , or run 'minikube config set rootless true'
* Documentation: https://podman.io
Command execution failed with exit code 63
Proposal solution
They seems to support MINIKUBE_ROOTLESS=true, so we could provide this env variable when creating the cluster. We can add a new option in the form minikube rootless, disabled by default expect on linux?
The text was updated successfully, but these errors were encountered:
Description
If the rootless config is not (not set by default), minikube will not be able to start a cluster on linux. This can be fixed by opening a terminal and running
minikube config set rootless true
.Screenshot
Logs
Proposal solution
They seems to support
MINIKUBE_ROOTLESS=true
, so we could provide this env variable when creating the cluster. We can add a new option in the formminikube rootless
, disabled by default expect on linux?The text was updated successfully, but these errors were encountered: