k3s/cmd/kube-proxy
Tim Hockin da0ac31182 Set conntrack params in kube-proxy
Add flags to control max connections (set to 256k vs 64k default) and TCP
established timeout (set to 1 day vs 5 day default).  Flags can be set to 0 to
mean "don't change it".

This is only set at startup, and not wrapped in a rectifier loop.

Tested manually.
2015-12-30 15:46:40 -08:00
..
app Set conntrack params in kube-proxy 2015-12-30 15:46:40 -08:00
proxy.go Refactor KubeProxy to allow mocking of all moving parts. 2015-09-23 18:47:05 +02:00