EG includes the following message during startup:
$ 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).
EG includes the following message during startup:
However,
status subscriber shutting downshould not be triggered unless EG is shutting down.xref #702 for adding
subscribeAndUpdateStatus(). We should consider callingmessage.HandleSubscriptionfunctions at the end ofprocessXXX()functions (one for Gateway, HTTPRoute, and TLSRoute objects).