k3s/pkg/util/ipvs
Ed Bartosh 2914171ed4 kubeadm: reimplement IPVS check
Used existing IPVS Proxier API CanUseIPVSProxier instead
of custom implementation.

Fixes kubernetes/kubeadm#975
2019-03-14 16:52:21 +02:00
..
testing ipvs connection based graceful termination 2018-09-27 15:16:48 +08:00
BUILD kubeadm: reimplement IPVS check 2019-03-14 16:52:21 +02:00
OWNERS Merge pull request #72185 from dcbw/owners-label-sig-network 2019-02-08 10:36:16 -08:00
ipvs.go use 'nf_conntrack' instead of 'nf_conntrack_ipv4' for linux kernel >= 4.19 2018-11-05 10:33:31 +08:00
ipvs_linux.go [kube-proxy/ipvs] Protect Netlink calls with a mutex 2018-12-27 10:53:27 +01:00
ipvs_linux_test.go
ipvs_test.go fix bugs introduced by ipvs graceful termination 2018-09-30 16:40:13 +08:00
ipvs_unsupported.go ipvs support graceful termination 2018-09-27 15:14:51 +08:00
kernelcheck_unsupported.go