From 501eba87454a0d37563cc20bc98b1086b23edabf Mon Sep 17 00:00:00 2001 From: prameshj Date: Tue, 11 Dec 2018 17:20:57 -0800 Subject: [PATCH] Update README.md --- cluster/addons/dns/nodelocaldns/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cluster/addons/dns/nodelocaldns/README.md b/cluster/addons/dns/nodelocaldns/README.md index 976e440f768..fc84f783789 100644 --- a/cluster/addons/dns/nodelocaldns/README.md +++ b/cluster/addons/dns/nodelocaldns/README.md @@ -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 -``` \ No newline at end of file +```