Issue with Hoop Agent Connection in k8s Deployment #529
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello There! The problem lies in your gateway configuration. When you create an agent key by default it uses the address If you want to fix it manually, change the address in the |
Beta Was this translation helpful? Give feedback.
-
This resolved it |
Beta Was this translation helpful? Give feedback.
Hello There!
The problem lies in your gateway configuration. When you create an agent key by default it uses the address
127.0.0.1:8010
to connect via gRPC. In order to fix that you need to configure which public address to advertise when creating an agent key. Add the configurationGRPC_URL
in your values.yml and when you create new keys it will contain the address of the gateway.If you want to fix it manually, change the address in the
HOOP_KEY
configuration to your public address.