Install Kubedge 5GC Application on the PI Cluster
helm repo add hack4easy "https://raw.githubusercontent.com/kubedge/helmrepos/arm32v7/hack4easy"
helm repo update
Ensure the right labels have been applied to the nodes where 5GC is installed
For instance:
kubectl label nodes kubemaster-pi kubedgeNodeType=5g-core
If you feel lucky:
helm install hack4easy/kubesim-5gc-arm32v7 --name sim-5gc
If you want to better understand the setup:
cd $MY_LOCAL_HELM_CHARTS
helm fetch hack4easy/kubesim-5gc-arm32v7
tar xvf kubesim-5gc-arm32v7-0.1.0.tgz
cd kubesim-5gc-arm32v7/
helm install . --name sim-5gc
The images creation scripts are availble under:
$ helm delete --purge sim-5gc
release "5gc" deleted
WIP