From ae15dbcee7413b24512544f059761e0e8e76d803 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Tue, 16 Sep 2025 09:50:54 +0100 Subject: [PATCH] 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 --- smo-install/SMO-Lite-Install.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.16.6