Tempo Helm Chart Ingress crashes container

Hi!

Whenever we try to enable the ingress on the “queryFrontend” the container (tempo-query) just crashes and it’s not working.

Our values.yaml config for the Ingress is the following:

queryFrontend:
query:
enabled: true
nodeSelector:
nodetype: observability
ingress:
enabled: true
ingressClassName: nginx
annotations: {}
hosts:
- host: xxxxx
paths:
- path: /
pathType: Prefix
tls:
- secretName: tempo-query-tls
hosts:
- xxxxx

We found the following error in the logs of the tempo-query container:

{“level”:“fatal”,“ts”:1694089793.4802585,“caller”:“./main.go:109”,“msg”:
“Failed to init storage factory”,“error”:"grpc-plugin builder failed to create a store: error attempting to connect to plugin rpc client: Unrecognized remote plugin message:
This usually means the plugin was not compiled for this architecture, the plugin is missing dynamic-link libraries necessary to run, the plugin is not executable by this process due to file permissions, or the plugin failed to negotiate the initial go-plugin protocol handshake

We looked for any template config related to the ingress of queryFronted and we couldn’t find anything.

Any help or advice would be appreciated.

Kind regards.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.