kubernetes/pkg/proxy
Laurent Bernaille ed65f6edeb [kube-proxy/ipvs] Handle UDP graceful termination
The current logic is to delete a RS if the number of active connections
is 0. This makes sense for TCP but for UDP the number of active
connections is always 0. This is an issue for DNS queries because the RS
will be deleted but the IPVS connection will remain until it expires
(5mn by default) and if there are a lot of DNS queries, the port will be
reused and queries blackholed. Of course for this to work properly the
service needs to continue to serve queries until the connections expire
(this works fine with the lameduck option of coredns).
2018-11-28 18:02:11 +01:00
..
apis/config fix typo 2018-11-01 10:07:15 -07:00
config Move from glog to klog 2018-11-10 07:50:31 -05:00
healthcheck Move from glog to klog 2018-11-10 07:50:31 -05:00
iptables Typo fix: healtcheck->healthcheck (#65394) 2018-11-13 19:45:24 -08:00
ipvs [kube-proxy/ipvs] Handle UDP graceful termination 2018-11-28 18:02:11 +01:00
metrics
userspace Move from glog to klog 2018-11-10 07:50:31 -05:00
util Move from glog to klog 2018-11-10 07:50:31 -05:00
winkernel Typo fix: healtcheck->healthcheck (#65394) 2018-11-13 19:45:24 -08:00
winuserspace Move from glog to klog 2018-11-10 07:50:31 -05:00
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
doc.go
endpoints.go Move from glog to klog 2018-11-10 07:50:31 -05:00
endpoints_test.go use versioned api in kube-proxy 2018-08-16 09:59:33 +08:00
OWNERS Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
service.go Move from glog to klog 2018-11-10 07:50:31 -05:00
service_test.go Changes according to the approved KEP. SCTP is supported for HostPort and LoadBalancer. Alpha feature flag SCTPSupport controls the support of SCTP. Kube-proxy config parameter is removed. 2018-08-27 05:58:36 +00:00
types.go use versioned api in kube-proxy 2018-08-16 09:59:33 +08:00