kubernetes/pkg/proxy/apis/config/scheme
Antonio Ojea f8e64d31f9 kube-proxy iptables min-sync-period default 1sec
Currently kube-proxy defaults the min-sync-period for
iptables to 0. However, as explained by Dan Winship,

"With minSyncPeriod: 0, you run iptables-restore 100 times.
 With minSyncPeriod: 1s , you run iptables-restore once.
 With minSyncPeriod: 10s , you also run iptables-restore once,
 but you might have to wait 10 seconds first"
2020-07-07 11:23:00 +02:00
..
testdata/KubeProxyConfiguration kube-proxy iptables min-sync-period default 1sec 2020-07-07 11:23:00 +02:00
BUILD Add tests for kubeproxyconfig 2019-11-16 23:34:39 +06:00
scheme_test.go Add tests for kubeproxyconfig 2019-11-16 23:34:39 +06:00
scheme.go