From 15a3f2529f7d196bbd1ea696b7780c2a22f92170 Mon Sep 17 00:00:00 2001 From: dsklyadnev Date: Wed, 26 Feb 2025 11:40:38 +0000 Subject: [PATCH] Update install-microk8s.sh --- install-microk8s.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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