• Kubernetes Submit Queue's avatar
    Merge pull request #49785 from FengyunPan/fix-getPortByIP · a7ce6913
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 47724, 49984, 49785, 49803, 49618)
    
    Fix conflict about getPortByIp
    
    **What this PR does / why we need it**:
    Currently getPortByIp() get port of instance only based on IP.
    If there are two instances in diffent network and the CIDR of
    their subnet are same, getPortByIp() will be conflict.
    My PR gets port based on IP and Name of instance.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
    Fix #43909
    
    **Special notes for your reviewer**:
    
    **Release note**:
    ```release-note
    NONE
    ```
    a7ce6913
Name
Last commit
Last update
..
src/k8s.io Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
godeps-json-updater.go Loading commit data...
prime-apimachinery.sh Loading commit data...