• Kubernetes Submit Queue's avatar
    Merge pull request #52976 from sakeven/fix/netsh_checkIPExists · b4b851cb
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 55114, 52976, 54871, 55122, 55140). 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>.
    
    Fix netsh checkIPExists in Chinese
    Signed-off-by: 's avatarsakeven <jc5930@sina.cn>
    
    
    
    **What this PR does / why we need it**:
    On Windows in Chinese language, kube-proxy ip dump outputs like this:
    
    ```
    接口 "vEthernet (KubeProxySwitch)" 的配置
        DHCP 已启用:                          否
        IP 地址:                           10.96.0.2
        子网前缀:                        10.0.0.0/8 (掩码 255.0.0.0)
        IP 地址:                           10.99.233.195
        子网前缀:                        10.0.0.0/8 (掩码 255.0.0.0)
        IP 地址:                           10.109.68.207
        子网前缀:                        10.0.0.0/8 (掩码 255.0.0.0)
        IP 地址:                           10.110.60.68
        子网前缀:                        10.0.0.0/8 (掩码 255.0.0.0)
        IP 地址:                           10.110.252.225
        子网前缀:                        10.0.0.0/8 (掩码 255.0.0.0)
        InterfaceMetric:                      15
    ```
    
    And here we used ''IP Address:" in English to search IP, so it would never succeed even if ip address was right here. ''IP Address:" in Chinese is "IP 地址: "。
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```
    NONE
    ```
    b4b851cb
Name
Last commit
Last update
..
api Loading commit data...
apimachinery/tests Loading commit data...
apis Loading commit data...
auth Loading commit data...
bootstrap/api Loading commit data...
capabilities Loading commit data...
client Loading commit data...
cloudprovider Loading commit data...
controller Loading commit data...
credentialprovider Loading commit data...
features Loading commit data...
fieldpath Loading commit data...
generated Loading commit data...
hyperkube Loading commit data...
kubeapiserver Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
master Loading commit data...
printers Loading commit data...
probe Loading commit data...
proxy Loading commit data...
quota Loading commit data...
registry Loading commit data...
routes Loading commit data...
security Loading commit data...
securitycontext Loading commit data...
serviceaccount Loading commit data...
ssh Loading commit data...
util Loading commit data...
version Loading commit data...
volume Loading commit data...
watch Loading commit data...
.import-restrictions Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...