kubernetes/pkg/proxy
Antonio Ojea ed21a0e16c kube-proxy: clear conntrack entries after rules are in place
Clear conntrack entries for UDP NodePorts,
this has to be done AFTER the iptables rules are programmed.
It can happen that traffic to the NodePort hits the host before
the iptables rules are programmed this will create an stale entry
in conntrack that will blackhole the traffic, so we need to
clear it ONLY when the service has endpoints.
2021-02-10 16:22:03 +01:00
..
apis proxy: Restructure config validation tests to check errors 2020-11-11 14:38:11 -05: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 kube-proxy: clear conntrack entries after rules are in place 2021-02-10 16:22:03 +01:00
ipvs Merge pull request #97824 from hanlins/fix/97225/hc-rules 2021-02-04 15:54:52 -08: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 optimize proxier duplicate localaddrset 2021-01-29 10:52:01 +08:00
util Merge pull request #98083 from JornShen/optimize_proxier_duplicate_localaddrset 2021-01-29 01:21:40 -08:00
winkernel migrate winkernel network type string overlay as const 2021-01-14 16:38:02 +08:00
winuserspace migrate proxy/winuserspace/proxier.go logs to structured logging 2021-01-12 10:31:31 +08:00
BUILD Updates related to PR feedback 2020-11-12 12:30:50 -08:00
doc.go
endpoints_test.go kube-proxy: add endpointslice cache unit tests for terminating endpoints 2021-01-11 16:17:58 -05:00
endpoints.go kube-proxy: health check server should only check ready endpoints 2021-01-11 16:17:58 -05:00
endpointslicecache_test.go kube-proxy: add endpointslice cache unit tests for terminating endpoints 2021-01-11 16:17:58 -05:00
endpointslicecache.go kube-proxy: update internal endpoints map with 'serving' and 'terminating' condition from EndpointSlice 2021-01-11 16:17:58 -05: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 migrate proxy.UpdateServiceMap to be a method of ServiceMap 2021-01-11 11:07:30 +08:00
service.go migrate proxy.UpdateServiceMap to be a method of ServiceMap 2021-01-11 11:07:30 +08: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: update internal endpoints map with 'serving' and 'terminating' condition from EndpointSlice 2021-01-11 16:17:58 -05:00