Skip to content

Commit f11b39e

Browse files
authored
Fixing wrong KUBE_DNS_NAME at running locally
I think the variable has been renamed at some point. `DNS_DOMAIN=${KUBE_DNS_NAME:-"cluster.local"}`
1 parent 6b11f7f commit f11b39e

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)