Skip to content

Improper Log Messaging at Startup #799

@danehans

Description

@danehans

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions