5GSEC / 5G-Spector

An O-RAN compliant runtime intrusion detection system (xApp) for layer-3 (L3) celluar attack detection
https://www.5gsec.com
Apache License 2.0
34 stars 4 forks source link

Error when deploying of the ONOS RIC #2

Closed RogelioPumajulca closed 4 months ago

RogelioPumajulca commented 4 months ago

Hello guys, here I leave an issue that I have found (until now) when deploying the ONOS RIC in the VM artifact, I hope you can review it and maybe confirm if the applied workaround is enough or it may need further configurations. Thanks.!

After running: make OPT=ric

I got the following error: Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "kpimon" namespace: "" from "": no matches for kind "Entity" in version "topo.onosproject.org/v1beta1"

ONOS-RIC_Error

Workaround:

helm repo add onosproject https://charts.onosproject.org
helm repo update
helm install -n kube-system onos-operator onosproject/onos-operator --wait
onehouwong commented 4 months ago

Thank you so much for sharing! I have added your workaround to the troubleshooting section of the deployment guide so that everyone deploying the ONOS RIC can benefit from it!