Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This wiki describes how to deploy the NONRTRIC components within Kubernetes cluster.

Changes in Progress!

In the meantime - see Release J - Run in Kubernetes

...

Example of local installation


Code Block
languagebash
themeMidnight
titleExample Local Installation
sudo kind create cluster

git clone "https://gerrit.o-ran-sc.org/r/it/dep"

sed -i '/persistence:/,/existingClaim:/s/existingClaim: .*/enabled: false/' ./dep/nonrtric/helm/kongstorage/kongvalues.yaml && rm -rf ./dep/nonrtric/helm/kongstorage/templates

./dep/smo-install/scripts/layer-0/0-setup-charts-museum.sh

sudo ./dep/bin/deploy-nonrtric -f ./dep/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml

...