• k8s-merge-robot's avatar
    Merge pull request #26439 from aanm/adding-g-curl-option · 0e28a016
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Add -g curl option to hack/lib/util.sh wait_for_url
    
    Add `-g` curl option
    
    ```
    This  option  switches  off  the "URL globbing parser". When you set this option,
    you can specify URLs that contain the letters {}[] without having them being
    interpreted by curl itself. Note that these letters are not normal legal URL
    contents but they should be encoded according to the URI standard.
    ```
    
    > Why?
    
    So that IPv6 addresses with `[` and `]`, like `[::1]:8080`, work with that script.
    Signed-off-by: 's avatarAndré Martins <aanm90@gmail.com>
    0e28a016
util.sh 10.7 KB