diff --git a/install-microk8s.sh b/install-microk8s.sh index cc4f005..bc70a82 100644 --- a/install-microk8s.sh +++ b/install-microk8s.sh @@ -9,4 +9,6 @@ sudo snap install microk8s --classic --channel=1.32/stable # Enable modules sudo microk8s enable dashboard -sudo microk8s enable ingress \ No newline at end of file +sudo microk8s enable ingress + +sudo usermod -a -G microk8s $USER \ No newline at end of file