Failed to bind SCTP socket when setting bind_addr as node IP #812
-
Hi community, We are trying to setup gNB and Open5GS in Kuberentes. We met some weird issues regarding the AMF Our setup includes both Open5GS and gNB in K8S, so all pods are running on the same machine. The gNB is set to use ZMQ for testing. For gNB configuration, if we set the field
We are wondering why the bind can fail, is it because other pods are also binding to the node's IP? Here is the configuration of gNB:
Thanks for any hints! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We found the issue is about the pod configurations. We need to set
Then the pod can access the network interface of the host machine and bind to its IP. Credits to @improperaffo |
Beta Was this translation helpful? Give feedback.
We found the issue is about the pod configurations.
We need to set
Then the pod can access the network interface of the host machine and bind to its IP. Credits to @improperaffo