From bdc2a41117757b4626a01207fcc422c748e09ec6 Mon Sep 17 00:00:00 2001 From: dsklyadnev Date: Wed, 26 Feb 2025 11:41:31 +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 bc70a82..d9934f2 100644 --- a/install-microk8s.sh +++ b/install-microk8s.sh @@ -11,4 +11,6 @@ sudo snap install microk8s --classic --channel=1.32/stable sudo microk8s enable dashboard sudo microk8s enable ingress -sudo usermod -a -G microk8s $USER \ No newline at end of file +sudo usermod -a -G microk8s $USER + +newgrp microk8s