From e9e40ff355c7a8d2812191eaae7084ce98b5eecf Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sat, 9 Jul 2016 09:17:18 -0700 Subject: [PATCH] update docs --- README.md | 2 +- docs/08-dns-addon.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aaa356c..8a340d7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,6 @@ The resulting cluster will be missing the following items: * [Bootstrapping Kubernetes Workers](docs/05-kubernetes-worker.md) * [Configuring the Kubernetes Client - Remote Access](docs/06-kubectl.md) * [Managing the Container Network Routes](docs/07-network.md) -* [Deploying the DNS Add-on](docs/08-dns-addon.md) +* [Deploying the Cluster DNS Add-on](docs/08-dns-addon.md) * [Smoke Test](docs/09-smoke-test.md) * [Cleaning Up](docs/10-cleanup.md) \ No newline at end of file diff --git a/docs/08-dns-addon.md b/docs/08-dns-addon.md index e11a617..ebaa271 100644 --- a/docs/08-dns-addon.md +++ b/docs/08-dns-addon.md @@ -1,11 +1,11 @@ -# Deploying the DNS Add-on +# Deploying the Cluster DNS Add-on In this lab you will deploy the DNS add-on which is required for every Kubernetes cluster. Without the DNS add-on the following things will not work: * DNS based service discovery * DNS lookups from containers running in pods -## DNS Cluster Add-on +## Cluster DNS Add-on ### Create the `skydns` service: