kubernetes/pkg/proxy
Kubernetes Submit Queue bc8a7556d8 Merge pull request #43972 from thockin/fix-43969-proxy-filter-input
Automatic merge from submit-queue

kube-proxy: filter INPUT as well as OUTPUT

We need to apply filter rules on the way in (nodeports) and out (cluster
IPs).  Testing here is insufficient to have caught this - will come back
for that.

Fixes #43969

@justinsb since you have the best repro, can you test?  It passes what I think is repro.

@ethernetdan we will want this in 1.6.x

```release-note
Fix bug with service nodeports that have no backends not being rejected, when they should be.  This is not a regression vs v1.5 - it's a fix that didn't quite fix hard enough.
```
2017-04-05 23:18:29 -07:00
..
config Use shared informers for proxy endpoints and service configs 2017-04-04 12:51:41 -04:00
healthcheck make tools/cache authoritative 2017-01-25 08:29:45 -05:00
iptables Merge pull request #43972 from thockin/fix-43969-proxy-filter-input 2017-04-05 23:18:29 -07:00
userspace kube-proxy: OnServiceUpdate takes pointers 2017-04-03 17:19:39 -07:00
util Userspace proxy should remove conntrack entries 2017-02-27 18:41:47 -05:00
winuserspace kube-proxy: OnServiceUpdate takes pointers 2017-04-03 17:19:39 -07:00
BUILD kube-proxy: OnServiceUpdate takes pointers 2017-04-03 17:19:39 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Trim down to the folks I think have real context 2016-11-15 08:48:31 +01:00
types.go kube-proxy: OnServiceUpdate takes pointers 2017-04-03 17:19:39 -07:00