k3s/pkg
Kubernetes Submit Queue e1ed79c804
Merge pull request #65264 from xujieasd/ipvs-bind-address
Automatic merge from submit-queue. 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>.

add cleanLegacyBindAddr

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

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #65263

**Special notes for your reviewer**:
To fix the issue,   
use `activeBindAddrs` map which represents ip address successfully bind to DefaultDummyDevice in the round of sync  
use `currentBindAddrs` map which represents ip addresses bind to DefaultDummyDevice from the system  
create a function `cleanLegacyBindAddr` to unbind address which is in `currentBindAddrs` map but not in `activeBindAddrs` map

**Release note**:

```release-note
NONE
```

/sig network
/area kube-proxy
2018-07-06 05:54:39 -07:00
..
api Merge pull request #64654 from atlassian/missing-error-handling 2018-07-02 07:14:34 -07:00
apis Update generated files 2018-06-29 20:36:17 +02:00
auth Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
capabilities
client Autogenerated stuff 2018-06-27 13:31:10 +02:00
cloudprovider fix azure storage account creation failure 2018-07-06 06:16:19 +00:00
controller Merge pull request #65677 from MorrisLaw/node-controller-logging 2018-07-03 16:35:05 -07:00
credentialprovider Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
features Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
fieldpath Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
generated Autogenerated stuff 2018-06-27 13:31:10 +02:00
kubeapiserver kube-apiserver: drop unused loopback token in insecure mode 2018-07-04 19:15:11 +02:00
kubectl flatten nested lists for flatten in visitor 2018-07-05 07:57:53 -04:00
kubelet Remove duplicate check line 2018-07-05 11:07:56 +08:00
kubemark Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
master Merge pull request #64246 from wojtek-t/lease_object_type 2018-06-27 08:17:10 -07:00
printers make template printers a recommended printer 2018-07-03 07:47:17 -04:00
probe Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
proxy Merge pull request #65264 from xujieasd/ipvs-bind-address 2018-07-06 05:54:39 -07:00
quota Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
registry Merge pull request #65154 from jennybuckley/add-update-options-3 2018-07-02 11:06:15 -07:00
routes
scheduler Merge pull request #64363 from idealhack/sub-benchmarks/scheduler/schedulercache 2018-07-01 19:04:19 -07:00
security Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
securitycontext Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
serviceaccount fix a nit error in log 2018-06-27 14:21:27 +08:00
ssh Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
util fix smb mount security issue 2018-07-03 08:03:31 +00:00
version Set gazelle:importmap_prefix for everything under staging/src 2018-06-22 16:22:57 -07:00
volume Merge pull request #64593 from WanLinghao/unused_function_clean 2018-07-04 18:52:07 -07:00
watch/json Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
windows/service Update to gazelle 0.12.0 and run hack/update-bazel.sh 2018-06-22 16:22:18 -07:00
.import-restrictions
BUILD Autogenerated stuff 2018-06-27 13:31:10 +02:00
OWNERS