Added CoreDNS deployment location

Added `controller-0` as the location to deploy `coredns.yaml` for clarity.
pull/524/head
Lim Wei Chiang 2019-12-15 16:27:48 +08:00 committed by GitHub
parent 5c462220b7
commit fee8a9c375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ In this lab you will deploy the [DNS add-on](https://kubernetes.io/docs/concepts
## The DNS Cluster Add-on
Deploy the `coredns` cluster add-on:
Deploy the `coredns` cluster add-on on `controller-0`:
```
kubectl apply -f https://storage.googleapis.com/kubernetes-the-hard-way/coredns.yaml