You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ kubectl logs deploy/envoy-gateway -n envoy-gateway-system -f
...
2022-12-12T18:57:14.880Z INFO kubernetes/controller.go:737 status subscriber shutting down {"runner": "provider"}
...
However, status subscriber shutting down should not be triggered unless EG is shutting down.
xref #702 for adding subscribeAndUpdateStatus(). We should consider calling message.HandleSubscription functions at the end of processXXX() functions (one for Gateway, HTTPRoute, and TLSRoute objects).
The text was updated successfully, but these errors were encountered:
EG includes the following message during startup:
However,
status subscriber shutting down
should not be triggered unless EG is shutting down.xref #702 for adding
subscribeAndUpdateStatus()
. We should consider callingmessage.HandleSubscription
functions at the end ofprocessXXX()
functions (one for Gateway, HTTPRoute, and TLSRoute objects).The text was updated successfully, but these errors were encountered: