Versions Compared

Key

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

...

  • kubernetes v1.19 +
    • local kubectl utility

    • a connected kubernetes cluster

    • istio installed on the cluster for RANPM
  • docker and docker-compose (latest)

  • git
  • Text editor, e.g. vi, notepad, nano, etc.
  • helm
  • helm3
  • bash

  • library 'envsubst' must be installed (check installation using command: type envsubst )

  • library 'jq' must be installed check installation using command: type jq )

  • keytool

  • openssl

  • ChartMuseum to store the HELM charts on the server, multiple options are available:

...

Code Block
languagebash
titleInstall Charts using the script: deploy-nonrtric.sh
sudo ./bin/deploy-nonrtric.sh -f dep./nonrtric/RECIPE_EXAMPLE/example_recipe.yaml


Note
iconfalse

If the "Default storage class" is not set then Kong PV and PVC creation may fail and that's specified in nonrtric/helm/kongstorage/kongvalues.yaml
Only for development proposes persistence can be disabled:
sed -i '/persistence:/,/existingClaim:/s/existingClaim: .*/enabled: false/' ./nonrtric/helm/kongstorage/kongvalues.yaml

Installing / Uninstalling the RAN PM functions

...