Skip to content

gRPC Server does not start, 0.47 upgrade #20090

Answered by cbrit
cbrit asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for the help. I've fixed it now and the cause seems to be twofold:

  1. We were using the image golang:alpine, but had changed the pinned go version for the app, and apparently there was an incompatibility. Instead of failing to build or run, it was just silently killing gRPC? I still don't understand why this happened. By pinning to an image that uses the same go version I was able to to get gRPC working from inside the container.
  2. Even though there seem to be no changes in the app.toml between SDK version, leaving the gRPC address as the default "localhost" was making the app inaccessible outside of the container. Manually changing it to 0.0.0.0 in the test setup fixed it. I don't …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@cbrit
Comment options

Comment options

You must be logged in to vote
1 reply
@cbrit
Comment options

Answer selected by cbrit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants