kubernetes/pkg/proxy
Antonio Ojea df58c042a8 metaproxier logging for endpoints ipfamily
The kube-proxy metaproxier implementations tries to get the IPFamily
from the endpoints, but if the endpoints doesn't contains an IP
address it logs a Warning.

This causes that services without endpoints keep flooding the logs
with warnings.

We log this errors with a level of Verbosity of 4 instead of a Warning
2020-03-07 11:42:02 +01:00
..
apis Refactor handling of local traffic detection. 2020-02-21 17:57:34 -08:00
config kube-proxy: fix incorrect log information 2020-01-22 16:35:58 +08:00
healthcheck Use ProxierHealthUpdater directly to avoid panic 2020-02-10 09:41:09 -08:00
iptables Refactor handling of local traffic detection. 2020-02-21 17:57:34 -08:00
ipvs Refactor handling of local traffic detection. 2020-02-21 17:57:34 -08:00
metaproxier metaproxier logging for endpoints ipfamily 2020-03-07 11:42:02 +01:00
metrics clean SinceInMicroseconds, convert to SinceInSeconds 2020-01-10 17:05:38 +08:00
userspace proxier: use IPSet from k8s.io/utils/net to store local addresses 2020-02-11 16:44:34 -05:00
util Refactor handling of local traffic detection. 2020-02-21 17:57:34 -08:00
winkernel Merge pull request #87792 from ksubrmnn/nodeip 2020-02-20 03:07:04 -08:00
winuserspace Fix staticcheck failures for pkg/proxy/... 2019-12-22 21:32:06 +01:00
BUILD Merge pull request #82462 from vllry/dualstack-iptables 2020-01-07 04:38:20 -08:00
doc.go
endpoints.go Service Topology implementation 2019-11-15 13:36:43 +08:00
endpoints_test.go Service Topology implementation 2019-11-15 13:36:43 +08:00
endpointslicecache.go Ensuring kube-proxy does not mutate shared EndpointSlices 2019-12-10 13:18:04 -08:00
endpointslicecache_test.go Ensuring kube-proxy does not mutate shared EndpointSlices 2019-12-10 13:18:04 -08:00
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
service.go kube-proxy filter Load Balancer Status ingress 2020-02-11 10:25:59 +01:00
service_test.go kube-proxy filter Load Balancer Status ingress 2020-02-11 10:25:59 +01:00
topology.go Service Topology implementation 2019-11-15 13:36:43 +08:00
topology_test.go Service Topology implementation 2019-11-15 13:36:43 +08:00
types.go Service Topology implementation 2019-11-15 13:36:43 +08:00