k3s/pkg/proxy
Kubernetes Submit Queue 6719e7ad9c
Merge pull request #56685 from m1093782566/fix-nodeport
Automatic merge from submit-queue (batch tested with PRs 54379, 56593, 56685, 54174, 57309). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix ipvs proxier nodeport

**What this PR does / why we need it**:

Fix ipvs proxier nodeport.

**Which issue(s) this PR fixes**:
Fixes #55923 

**Special notes for your reviewer**:

We bump the netwlink version in the 1st commit because:

* We call `netlink.RouteListFiltered()` to filter LOCAL type addresses from kernel route table. `netlink.RouteListFiltered()` exists in newer-version netlink package


* newer-version netlink package migrate `syscall` to `golang.org/x/sys/unix`, k8s cross-build can benefit from it as well. The Go doc for syscall says:

> NOTE: This package is locked down. Code outside the standard Go repository should be migrated to use the corresponding package in the golang.org/x/sys repository. That is also where updates required by new systems or versions should be applied. See https://golang.org/s/go1.4-syscall for more information.



**Release note**:

```release-note
Fix ipvs proxier nodeport eth* assumption
```
2017-12-18 14:45:42 -08:00
..
apis/kubeproxyconfig Merge pull request #57127 from feiskyer/proxy-validation 2017-12-17 06:25:50 -08:00
config Update generated files 2017-11-09 12:14:08 +01:00
healthcheck Update generated files 2017-11-09 12:14:08 +01:00
iptables Merge pull request #53555 from leblancd/v6_del_endpoint_proxier 2017-11-18 20:31:23 -08:00
ipvs update bazel BUILD 2017-12-18 11:03:29 +08:00
metrics add proxy metrics in app level 2017-10-16 21:10:51 +08:00
userspace replace sets.List() with sets.UnsortedList() 2017-11-13 10:20:54 +08:00
util Merge pull request #54219 from m1093782566/ipset 2017-11-19 22:09:13 -08:00
winkernel update bazel BUILD 2017-11-29 15:30:16 +08:00
winuserspace Update generated files 2017-11-09 12:14:08 +01:00
BUILD proxy: cleanup old build file 2017-11-07 16:11:37 -08:00
OWNERS add m1093782566 to pkg/proxy/OWNERS 2017-10-13 11:39:25 +08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
types.go kube-proxy: OnServiceUpdate takes pointers 2017-04-03 17:19:39 -07:00