sumichaaan / free5gc-k8s

Dockerized Free5gc and Kubernetes Manifests
12 stars 22 forks source link

AUSF register on 127.0.0.1 - Not reading the SBI or IP4 bind addresses for k8s #4

Open dcrowley-Onis opened 3 years ago

dcrowley-Onis commented 3 years ago

Hi

It seems the AUSF code never reads the SBI address or IPv4 bind configurations in the configMap. Other parameters do get used and implemented.

Always uses 127.0.0.1 so all call flows that involve AUSF fail ?

Thanks

dcrowley-Onis commented 3 years ago

Looking at the AUSF initial startup code, it looks like a hardcoded local IP address rather than take the configuration from the config files. Any reason why, if I am reading this correctly ?

See attached screenshot MobaXterm screenshot - ausf code

dcrowley-Onis commented 3 years ago

Looks like the 3.0.5 version behaves differently on initial testing, running the ausf binary from the CLI and passing a config file. I'll copy this binary into my POD/Container and further test.