Update smo-lite installation instructions 18/14918/1
authoraravind.est <aravindhan.a@est.tech>
Tue, 16 Sep 2025 08:50:54 +0000 (09:50 +0100)
committeraravind.est <aravindhan.a@est.tech>
Tue, 16 Sep 2025 08:50:54 +0000 (09:50 +0100)
Instructions update to work with latest changes of kubernetes installation.

Issue-ID: NONRTRIC-1076
Change-Id: I34c97bb26dfef7b6641e89448488f989bf697359
Signed-off-by: aravind.est <aravindhan.a@est.tech>
smo-install/SMO-Lite-Install.md

index 2bd6d67..070147d 100644 (file)
@@ -24,9 +24,10 @@ This guide describe the steps to install the SMO environment which involves Neph
 
 > sudo ./dep/tools/setup_k8s/setup_k8s.sh
 
-> mkdir -p $HOME/.kube
-  sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
-  sudo chown $(id -u):$(id -g) $HOME/.kube/config
+> sudo usermod -aG docker $USER
+
+> sudo chown -R ubuntu:ubuntu .kube
+
 ```
 
 ## Docker hub pull limit handling