diff --git a/pkg/proxy/iptables/proxier.go b/pkg/proxy/iptables/proxier.go index 310f3acec42..f603adde314 100644 --- a/pkg/proxy/iptables/proxier.go +++ b/pkg/proxy/iptables/proxier.go @@ -671,6 +671,7 @@ func accumulateEndpointsMap(endpoints *api.Endpoints, hostname string, } (*newEndpoints)[svcPort] = append((*newEndpoints)[svcPort], epInfo) } + glog.V(3).Infof("Setting endpoints for %q to %+v", svcPort, (*newEndpoints)[svcPort]) } } }