kubernetes/pkg/proxy
Yan Grunenberger fdee7b2faa Correctly fix clearing conntrack entry on endpoint changes (nodeport)
A previous PR (#71573) intended to clear conntrack entry on endpoint
changes when using nodeport by introducing a dedicated function to
remove the stale conntrack entry on the node port and allow traffic to
resume. By doing so, it has introduced a nodeport specific bug where the
conntrack entries related to the ClusterIP does not get clean if
endpoint is changed (issue #96174). We fix by doing ClusterIP cleanup in
all cases.
2020-11-05 09:45:17 +01:00
..
apis dual stack services (#91824) 2020-10-26 13:15:59 -07:00
config Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
healthcheck Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
iptables Correctly fix clearing conntrack entry on endpoint changes (nodeport) 2020-11-05 09:45:17 +01:00
ipvs dual stack services (#91824) 2020-10-26 13:15:59 -07:00
metaproxier dual stack services (#91824) 2020-10-26 13:15:59 -07:00
metrics pkg/proxy: add last-queued-timestamp metric 2020-04-21 15:19:32 +02:00
userspace update-bazel 2020-09-18 00:44:39 +00:00
util dual stack services (#91824) 2020-10-26 13:15:59 -07:00
winkernel Implementing ExternalTrafficPolicy: local in winkernel kube-proxy via DSR 2020-10-30 15:28:47 -07:00
winuserspace Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
BUILD Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
doc.go
endpoints_test.go dual stack services (#91824) 2020-10-26 13:15:59 -07:00
endpoints.go dual stack services (#91824) 2020-10-26 13:15:59 -07:00
endpointslicecache_test.go dual stack services (#91824) 2020-10-26 13:15:59 -07:00
endpointslicecache.go dual stack services (#91824) 2020-10-26 13:15:59 -07:00
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
service_test.go dual stack services (#91824) 2020-10-26 13:15:59 -07:00
service.go dual stack services (#91824) 2020-10-26 13:15:59 -07:00
topology_test.go Service Topology implementation 2019-11-15 13:36:43 +08:00
topology.go Service Topology implementation 2019-11-15 13:36:43 +08:00
types.go kube-proxy: log service and endpoint updates 2020-04-10 15:29:44 -07:00