Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomcej authored and traefiker committed Feb 26, 2019
1 parent 78ed38e commit 17db1e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provider/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ func (p *Provider) addGlobalBackend(cl Client, i *extensionsv1beta1.Ingress, tem
for _, subset := range endpoints.Subsets {
endpointPort := endpointPortNumber(port, subset.Ports)
if endpointPort == 0 {
log.Errorf("Endpoint subset ports %v don't match service port: %v ", subset.Ports, port)
// endpoint port does not match service.
continue
}
Expand Down

0 comments on commit 17db1e3

Please sign in to comment.