Orange-OpenSource / towards5gs-helm

Helm charts for deploying 5G network services on Kubernetes
Other
167 stars 130 forks source link

[Question] upf container crashes using helm #59

Closed Aharonez closed 1 year ago

Aharonez commented 1 year ago

Hello, First - thank you for this helm support. I've been trying to set up the environment using your doc' following by: helm -n free5gc install free5gc-v1 towards5gs/free5gc and it seems only the upf isn't properly running: image

Been wondering whether it is because gtp5g dependency that must be installed on all kubernetes worker nodes? meaning needs to clone it and perform 'make' and 'make install'? does anyone encountered this or knows how can I add gtp5g dependency on all worker nodes if that is the reason?

Thanks!

raoufkh commented 1 year ago

Hi

Thank you for the explanation.

This problem seems be related to the gtp kernel module.

1) Have you installed this module on the worker node hosting the UPF? 2) Can you share UPF logs please? You can use the kubectl logs <pod-name> command.

Raouf

Aharonez commented 1 year ago

Thanks for the quick reply. No, I haven't installed it on the worker nodes (tried to do it via ssm connection on the worker nodes, but couldn't even perform make install on the gtp5g package). yes, looks like gtp5g issue; attaching log upf_logs.txt

Aharonez commented 1 year ago

also:

uname -r

5.4.149-73.259.amzn2.x86_64