From fee8a9c375b35347c4b1d568d1fc6fcdbe0c488b Mon Sep 17 00:00:00 2001 From: Lim Wei Chiang <19551853+limweichiang@users.noreply.github.com> Date: Sun, 15 Dec 2019 16:27:48 +0800 Subject: [PATCH] Added CoreDNS deployment location Added `controller-0` as the location to deploy `coredns.yaml` for clarity. --- docs/12-dns-addon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/12-dns-addon.md b/docs/12-dns-addon.md index f7a5d43..584f474 100644 --- a/docs/12-dns-addon.md +++ b/docs/12-dns-addon.md @@ -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