• Kubernetes Submit Queue's avatar
    Merge pull request #44968 from MrHohn/kube-proxy-healthcheck · 332b095c
    Kubernetes Submit Queue authored
    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
    ```
    332b095c
Name
Last commit
Last update
..
config Loading commit data...
healthcheck Loading commit data...
iptables Loading commit data...
userspace Loading commit data...
util Loading commit data...
winuserspace Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
types.go Loading commit data...