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
What you expected to happen: I expected to see a message telling me to switch to a normal user.
How to reproduce it: sudo su then minikube start
Anything else do we need to know:
Minikube should NOT be run as root, but so many users switch to root so they can run install commands freely.
Please, add a halt very early to minikube start if the user is root. Let's put a nice message there that informs the user to never run minikube as root.
😱 Think of all the people who gave up on the installation process because of this tiny mistake.
The text was updated successfully, but these errors were encountered:
FEATURE REQUEST
What happened: Trying to run as sudo/root
What you expected to happen: I expected to see a message telling me to switch to a normal user.
How to reproduce it:
sudo su
thenminikube start
Anything else do we need to know:
Minikube should NOT be run as root, but so many users switch to root so they can run install commands freely.
Please, add a halt very early to minikube start if the user is root. Let's put a nice message there that informs the user to never run minikube as root.
😱 Think of all the people who gave up on the installation process because of this tiny mistake.
The text was updated successfully, but these errors were encountered: