Gradiant / 5g-charts

Helm charts for 5G Technologies
Apache License 2.0
110 stars 43 forks source link

Issue in Open5GS SBI #111

Closed joaodonatosilva2 closed 1 year ago

joaodonatosilva2 commented 1 year ago

Hello,

I've deployed Open5GS in kubernetes using this repository: https://github.com/Gradiant/openverso-charts All pods are successfully deployed but I'm getting the following for the PCF component: image

Do you have a suggestion on how to solve this issue?

Thank you very much for the attention, Best regards, João Silva

cgiraldo commented 1 year ago

Some client is requesting an HTTP 1.x to sbi endpoint while only HTTP2 is supported by open5gs.

For example, using curl as client you need to use flag --http2-prior-knowledge:

curl --http2-prior-knowledge http://open5gs-nrf-sbi:7777/nnrf-nfm/v1/nf-instances