diff --git a/pkg/proxy/topology.go b/pkg/proxy/topology.go index b58f67af335..a36cc35eb05 100644 --- a/pkg/proxy/topology.go +++ b/pkg/proxy/topology.go @@ -168,7 +168,7 @@ func canUseTopology(endpoints []Endpoint, svcInfo ServicePort, nodeLabels map[st continue } if endpoint.GetZoneHints().Len() == 0 { - klog.InfoS("Skipping topology aware endpoint filtering since one or more endpoints is missing a zone hint") + klog.InfoS("Skipping topology aware endpoint filtering since one or more endpoints is missing a zone hint", "endpoint", endpoint) return false }