diff --git a/pkg/proxy/topology.go b/pkg/proxy/topology.go index 52f539b659f..9802aedc1f6 100644 --- a/pkg/proxy/topology.go +++ b/pkg/proxy/topology.go @@ -166,7 +166,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 }