update docs

pull/17/head
Kelsey Hightower 2016-07-09 09:17:18 -07:00
parent 13ae7de03c
commit e9e40ff355
2 changed files with 3 additions and 3 deletions

View File

@ -34,6 +34,6 @@ The resulting cluster will be missing the following items:
* [Bootstrapping Kubernetes Workers](docs/05-kubernetes-worker.md) * [Bootstrapping Kubernetes Workers](docs/05-kubernetes-worker.md)
* [Configuring the Kubernetes Client - Remote Access](docs/06-kubectl.md) * [Configuring the Kubernetes Client - Remote Access](docs/06-kubectl.md)
* [Managing the Container Network Routes](docs/07-network.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) * [Smoke Test](docs/09-smoke-test.md)
* [Cleaning Up](docs/10-cleanup.md) * [Cleaning Up](docs/10-cleanup.md)

View File

@ -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: 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 based service discovery
* DNS lookups from containers running in pods * DNS lookups from containers running in pods
## DNS Cluster Add-on ## Cluster DNS Add-on
### Create the `skydns` service: ### Create the `skydns` service: