From 4f38d41fe0a1503c9ef37fda2f214a2d4b79d5d6 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 15 Jul 2015 11:30:27 -0700 Subject: [PATCH] fix wrong cluster domain in ubuntu docs --- docs/getting-started-guides/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/ubuntu.md b/docs/getting-started-guides/ubuntu.md index 43ab9df55f1..f6d62364099 100644 --- a/docs/getting-started-guides/ubuntu.md +++ b/docs/getting-started-guides/ubuntu.md @@ -157,7 +157,7 @@ ENABLE_CLUSTER_DNS=true DNS_SERVER_IP="192.168.3.10" -DNS_DOMAIN="kubernetes.local" +DNS_DOMAIN="cluster.local" DNS_REPLICAS=1