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
After installing microk8s following the official documentation below, running these commands to add my WSL user to microk8s group, restarting WSL2 and trying to run any microk8s command without sudo doesn't work.
It's always needs sudo
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After installing
microk8s
following the official documentation below, running these commands to add my WSL user to microk8s group, restarting WSL2 and trying to run anymicrok8s
command withoutsudo
doesn't work.It's always needs
sudo
https://microk8s.io/docs/install-wsl2
sudo usermod -a -G microk8s <MY_USER>
sudo chown -f -R <MY_USER>~/.kube
Does anyone knows something that could help?
Beta Was this translation helpful? Give feedback.
All reactions