kubernetes/pkg/proxy/apis/config/v1alpha1
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
..
BUILD support ipv6 in bind address 2019-04-17 15:31:42 +08:00
defaults.go kube-proxy iptables min-sync-period default 1sec 2020-07-07 11:23:00 +02:00
doc.go Standardize componentconfig code/comment patterns 2018-09-06 13:42:02 +03:00
register.go Standardize componentconfig code/comment patterns 2018-09-06 13:42:02 +03:00
zz_generated.conversion.go kube-proxy: add '--bind-address-hard-fail' flag to treat failure to bind to a port as fatal 2020-04-02 13:13:10 +08:00
zz_generated.deepcopy.go update autogenerated file 2018-08-28 09:14:27 +08:00
zz_generated.defaults.go update autogenerated file 2018-08-28 09:14:27 +08:00