X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=07aa32e32e249159f865490fb4d088cb60f9c6b9;hb=f3ce354b2e6c538b50ed990ba359d3af2283c901;hp=aae2c5ce126e148a3a509b3700a7a5f9e980e624;hpb=3985a27696d6c5857ad54ecac7f8da32ad8edfc3;p=pti%2Fo2.git diff --git a/README.md b/README.md index aae2c5c..07aa32e 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,10 @@ kubectl get pods -A ## setup local repo: o2imsrepo ```sh -helm repo add chartmuseum https://chartmuseum.github.io/charts +# helm repo add chartmuseum https://chartmuseum.github.io/charts +# helm repo update +helm pull chartmuseum/chartmuseum # download chartmuseum-3.4.0.tgz to local +tar zxvf chartmuseum-3.4.0.tgz export NODE_IP= @@ -143,6 +146,7 @@ service: type: NodePort nodePort: 30330 EOF + helm install chartmuseumrepo chartmuseum/chartmuseum -f chartmuseum-override.yaml kubectl get pods Kubectl get services