k3s/pkg/proxy/iptables
Kubernetes Submit Queue 332b095ca9 Merge pull request #44968 from MrHohn/kube-proxy-healthcheck
Automatic merge from submit-queue (batch tested with PRs 44727, 45409, 44968, 45122, 45493)

Separate healthz server from metrics server in kube-proxy

From #14661, proposal is on kubernetes/community#552.

Couple bullet points as in commit:
- /healthz will be served on 0.0.0.0:10256 by default.
- /metrics and /proxyMode will be served on port 10249 as before.
- Healthz handler will verify timestamp in iptables mode.

/assign @nicksardo @bowei @thockin 

**Release note**:

```release-note
NONE
```
2017-05-08 14:54:38 -07:00
..
BUILD Don't rebuild service map in iptables kube-proxy all the time 2017-04-21 09:41:27 +02:00
OWNERS Reduce to people with context 2016-11-15 08:50:14 +01:00
proxier.go Merge pull request #44968 from MrHohn/kube-proxy-healthcheck 2017-05-08 14:54:38 -07:00
proxier_test.go Change locking mechanism in kube-proxy 2017-04-28 09:40:39 +02:00