Merge pull request #71976 from prameshj/patch-1

Update README.md
pull/564/head
Kubernetes Prow Robot 2018-12-12 05:33:58 -08:00 committed by GitHub
commit 650bfef62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ Design details [here](https://github.com/kubernetes/community/blob/master/keps/s
This directory contains the addon config yaml - `nodelocaldns.yaml`
The variables will be substituted by the configure scripts when the yaml is copied into master.
To create a GCE cluster with nodelocaldns enabled, use the command:
`KUBE_ENABLE_NODELOCAL_DNS=true go run hack/e2e.go -v --up`
### Network policy and DNS connectivity
@ -32,4 +34,4 @@ spec:
policyTypes:
- Ingress
- Egress
```
```