openaicellular / srsRAN-e2

srsRAN cellular stack enabled with the E2 agent
GNU Affero General Public License v3.0
8 stars 3 forks source link

Cannot find Kong proxy #9

Open raul-parada opened 8 months ago

raul-parada commented 8 months ago

I'm following the steps to perform this tutorial, however, when I execute this line, I get this output:

export KONG_PROXY=`sudo kubectl get svc -n ricplt -l app.kubernetes.io/name=kong -o jsonpath='{.items[0].spec.clusterIP}'`
E1218 13:07:51.478264   38182 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused
E1218 13:07:51.478482   38182 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused
E1218 13:07:51.479727   38182 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused
E1218 13:07:51.479949   38182 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused
E1218 13:07:51.481227   38182 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused
The connection to the server localhost:8080 was refused - did you specify the right host or port?

Also, when I execute echo $KONG_PROXY I don't get anything

I'm missing something?