kubernetes/hack/lib
k8s-merge-robot 0e28a01661 Merge pull request #26439 from aanm/adding-g-curl-option
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: André Martins <aanm90@gmail.com>
2016-06-25 05:59:09 -07:00
..
etcd.sh Retain debug logs for etcd when there is a place to keep them. 2016-06-07 12:25:10 -07:00
golang.sh Merge pull request #27482 from quinton-hoole/2016-06-15-build-darwin-test-binaries-on-os-x 2016-06-24 13:57:04 -07:00
init.sh Add a comment 2016-05-30 20:18:06 +08:00
test.sh Introduce kubectl describe --show-events 2016-05-06 11:40:11 +02:00
util.sh Merge pull request #26439 from aanm/adding-g-curl-option 2016-06-25 05:59:09 -07:00
version.sh Demand at least go1.6 2016-05-08 20:30:37 -07:00