From: aravind.est Date: Tue, 16 Sep 2025 08:50:54 +0000 (+0100) Subject: Update smo-lite installation instructions X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ae15dbcee7413b24512544f059761e0e8e76d803;p=it%2Fdep.git Update smo-lite installation instructions Instructions update to work with latest changes of kubernetes installation. Issue-ID: NONRTRIC-1076 Change-Id: I34c97bb26dfef7b6641e89448488f989bf697359 Signed-off-by: aravind.est --- diff --git a/smo-install/SMO-Lite-Install.md b/smo-install/SMO-Lite-Install.md index 2bd6d676..070147d0 100644 --- a/smo-install/SMO-Lite-Install.md +++ b/smo-install/SMO-Lite-Install.md @@ -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