Files
kubernetes/hack
k8s-merge-robot 1aefa19ab6 Merge pull request #26449 from aanm/fixing-ipv6-parse
Automatic merge from submit-queue

Make local-up-cluster.sh IPv6 friendly

Added a new environment variable `API_HOST_IP`. `API_HOST_IP` allows the
user to specify an IPv6 address that is parsable by Golang. `API_HOST` on
the other hand allows the user to specify the IPv6 address to be used in
a URL's format as described in RFC2732.

Example:
```bash
API_HOST_IP="FEDC:BA98:7654:3210:FEDC:BA98:7654:3210"
API_HOST="[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]
```
or
```bash
API_HOST_IP="FEDC:BA98:7654:3210:FEDC:BA98:7654:3210"
API_HOST="[${API_HOST_IP}]"
```

Signed-off-by: André Martins <aanm90@gmail.com>
2016-06-25 06:34:53 -07:00
..
2016-05-14 23:19:18 -07:00
2016-06-08 17:22:12 -07:00
2016-05-12 22:04:19 -04:00
2016-03-02 20:46:32 -05:00
2016-06-08 17:22:12 -07:00
2016-05-08 20:30:37 -07:00
2016-06-08 17:22:12 -07:00
2016-04-20 12:12:29 -04:00
2016-06-08 17:22:12 -07:00
2016-05-26 10:27:45 -07:00
2016-06-08 17:22:12 -07:00