Airlock Microgateway

We get the following error message.
Does anyone know what this specifically means?

{
@timestamp”: “2024-12-18T20:12:56.828+00:00”,
“log”: {
“logger”: “config”,
“level”: “warning”,
“origin”: {
“file”: {
“name”: “external/envoy/source/extensions/config_subscription/grpc/grpc_subscription_impl.cc”,
“line”: 138
},
“function”: “onConfigUpdateFailed”
}
},
“event”: {
“module”: “envoy”,
“dataset”: “envoy.application”
},
“process”: {
“pid”: 1,
“thread”: {
“id”: 1
}
},
“ecs”: {
“version”: “8.5”
},
“message”: “gRPC config for type.googleapis.com/envoy.config.listener.v3.Listener rejected: Error adding/updating listener(s) engine_listener: route: unknown cluster ‘upstream_80’\n”
}

Hi Marco

It looks to us that the error message is because of a temporary error state. The reason might be the order of the configuration sent from the Microgateway Operator to the Microgateway Engine container.

You can ignore this log message if the status of the SidecarGateway CR is ok and the Pod is ready. The following two manual pages provides you more information:

If you want us to investigate this issue further, feel free to open a support ticket.

Kind Regards
Stefan

1 Like