...
kubernetes
v1.19 +local
kubectl
utilitya connected kubernetes cluster
istio
installed on the cluster for RANPM
docker
anddocker-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:Execute the install script:
./dep/smo-install/scripts/layer-0/0-setup-charts-museum.sh
Or Install
chartmuseum
manually on port 18080 (https://chartmuseum.com/#Instructions, https://github.com/helm/chartmuseum)
...
Code Block | ||||
---|---|---|---|---|
| ||||
sudo ./bin/deploy-nonrtric.sh -f dep./nonrtric/RECIPE_EXAMPLE/example_recipe.yaml |
Note | ||
---|---|---|
| ||
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 |
Installing / Uninstalling the RAN PM functions
...