Skip to content

Commit 1e73448

Browse files
authored
Merge pull request #7091 from mhmxs/patch-1
Fixing wrong KUBE_DNS_NAME at running locally
2 parents 6b11f7f + f11b39e commit 1e73448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/running-locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ To start the DNS service, you need to set the following variables:
177177
```sh
178178
KUBE_ENABLE_CLUSTER_DNS=true
179179
KUBE_DNS_SERVER_IP="10.0.0.10"
180-
KUBE_DNS_DOMAIN="cluster.local"
180+
KUBE_DNS_NAME="cluster.local"
181181
```
182182

183183
To know more on DNS service you can check out the [docs](http://kubernetes.io/docs/admin/dns/).

0 commit comments

Comments
 (0)