minikube/site/content/en/docs/faq/_index.md

544 B

title linkTitle weight description
FAQ FAQ 3 Questions that come up regularly

Operating-systems

Linux

Preventing password prompts

The easiest approach is to use the docker driver, as the backend service always runs as root.

none users may want to try CHANGE_MINIKUBE_NONE_USER=true, where kubectl and such will still work: see environment variables

Alternatively, configure sudo to never prompt for the commands issued by minikube.