Skip to content
Snippets Groups Projects
Commit 8383d371 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Update README for OpenShift deployments using helm

parent 9e0302c3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !1708. Comments created here will be created in the context of that merge request.
......@@ -119,13 +119,15 @@ The `<image>` could be `oai-gnb`, and the `<tag>` `ci-temp`.
# 6. Deployment using HELM Charts
**CAUTION: even more experimental.**
Helm charts are located in another repository:
Helm charts are located under `charts`. Assuming that the image is in the image
registry, the physims could be deployed as shown in the following steps:
```bash
git clone https://github.com/OPENAIRINTERFACE/openair-k8s.git
cd openair-k8s
git checkout helm-deployment-S6a-S1C-S1U-in-network-18-with-enb
helm install mme /path-to-your-cloned/openair-k8s/charts/oai-mme/
grep -rl OAICICD_PROJECT ./charts/ | xargs sed -i -e "s#OAICICD_PROJECT#****-ran#" # select the correct project
sed -i -e "s#TAG#ci-temp#g" ./charts/physims/values.yaml # select the correct tag
helm install physim ./charts/physims/ # deploy
# use any commands to inspect the pods:
oc get pods
oc logs <pod>
helm uninstall physim # undeploy
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment