kubernetes/pkg/proxy
Rob Scott 3924364585
Making iptables probability more granular in kube-proxy.
Until now, iptables probabilities had 5 decimal places of granularity.
That meant that probabilities would start to repeat once a Service
had 319 or more endpoints.

This doubles the granularity to 10 decimal places, ensuring that
probabilities will not repeat until a Service reaches 100,223 endpoints.
2019-10-07 17:37:33 -07:00
..
apis Update kubeproxy config validation to support list of comma 2019-08-09 07:20:39 -07:00
config Adding EndpointSlice support for kube-proxy ipvs and iptables proxiers 2019-08-29 01:06:52 -07:00
healthcheck Always set content-type & nosniff 2019-09-11 15:01:43 -07:00
iptables Making iptables probability more granular in kube-proxy. 2019-10-07 17:37:33 -07:00
ipvs Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
metrics Update bazel by hack/update-bazel.sh 2019-09-16 10:36:20 +08:00
userspace Remove unused func IsProxyLocked 2019-09-04 10:36:24 +08:00
util move ShuffleStrings to pkg/proxy 2019-08-21 20:03:53 +01:00
winkernel Update bazel by hack/update-bazel.sh 2019-09-16 11:07:05 +08:00
winuserspace Adding EndpointSlice support for kube-proxy ipvs and iptables proxiers 2019-08-29 01:06:52 -07:00
BUILD Adding EndpointSlice support for kube-proxy ipvs and iptables proxiers 2019-08-29 01:06:52 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoints_test.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
endpoints.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
endpointslicecache_test.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
endpointslicecache.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -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 Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
service.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
types.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00