kubernetes/hack/lib
Kubernetes Submit Queue 8cf079bd74 Merge pull request #28458 from rbtcollins/master
Automatic merge from submit-queue (batch tested with PRs 38260, 32811, 28458, 33570, 37096)

Fix support for DNS in local-up-cluster.sh

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()

The default appears to be gce now, so this tries to spawn a service in
gce... not the desired outcome for a local test setup.

We also need to sync the kubectl config in the script with the instructions for users, since if people don't test with DNS enabled, it bitrots (which this aims to fix).

To test manually, run something like
```
sudo KUBE_ENABLE_CLUSTER_DNS=true API_HOST_IP=0.0.0.0 ./hack/local-up-cluster.sh
```

The API_HOST_IP=0.0.0.0 is required, otherwise the master is not contactable by kubedns, and the dns pod will fail readychecking on the healthz pod.
2016-12-08 02:11:22 -08:00
..
etcd.sh Merge pull request #28458 from rbtcollins/master 2016-12-08 02:11:22 -08:00
golang.sh - Moved gobindata, refactored ReadOrDie refs 2016-12-02 12:57:03 -05:00
init.sh Merge pull request #35648 from deads2k/api-32-reflective-checks 2016-11-04 01:16:52 -07:00
swagger.sh Switch generator logic to use pkg/apis/meta/v1 2016-12-03 18:57:30 -05:00
test.sh --export flag belongs to kubectl get, not kubectl 2016-11-17 15:45:55 +01:00
util.sh - Add GroupVersion as tags to OpenAPI spec 2016-10-25 14:27:48 -07:00
version.sh build: Fix version generation. 2016-10-17 09:13:22 +02:00