Unverified Commit 650bfef6 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #71976 from prameshj/patch-1

Update README.md
parents a78b591e 501eba87
...@@ -8,6 +8,8 @@ Design details [here](https://github.com/kubernetes/community/blob/master/keps/s ...@@ -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` 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. 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 ### Network policy and DNS connectivity
...@@ -32,4 +34,4 @@ spec: ...@@ -32,4 +34,4 @@ spec:
policyTypes: policyTypes:
- Ingress - Ingress
- Egress - Egress
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment