• Kubernetes Submit Queue's avatar
    Merge pull request #54191 from MrHohn/kube-proxy-metrics-flag-fix · 097d3f13
    Kubernetes Submit Queue authored
    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>.
    
    kube-proxy: Fix flag validation for healthz-bind-address and metrics-bind-address
    
    **What this PR does / why we need it**: `--healthz-bind-address` and `--metrics-bind-address` are broken for kube-proxy as they do not allow `ip:port` format, though they claim to support it.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: Fixes #53754
    
    **Special notes for your reviewer**:
    cc @ncdc 
    
    **Release note**:
    
    ```release-note
    Fix kube-proxy flags validation for --healthz-bind-address and --metrics-bind-address to allow specifying ip:port.
    ```
    097d3f13
Name
Last commit
Last update
..
fuzzer Loading commit data...
install Loading commit data...
v1alpha1 Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
helpers.go Loading commit data...
helpers_test.go Loading commit data...
register.go Loading commit data...
types.go Loading commit data...
zz_generated.deepcopy.go Loading commit data...