From 106fa0bca63a28912f09576cc2de674e38112ad2 Mon Sep 17 00:00:00 2001 From: Mumshad Date: Wed, 20 Mar 2019 17:28:07 +0800 Subject: [PATCH] Update to use coredns.yaml --- docs/13-dns-addon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/13-dns-addon.md b/docs/13-dns-addon.md index 39c1a89..61950c2 100644 --- a/docs/13-dns-addon.md +++ b/docs/13-dns-addon.md @@ -7,7 +7,7 @@ In this lab you will deploy the [DNS add-on](https://kubernetes.io/docs/concepts Deploy the `coredns` cluster add-on: ``` -kubectl apply -f https://raw.githubusercontent.com/mmumshad/kubernetes-the-hard-way/master/deployments/kube-dns.yaml +kubectl apply -f https://raw.githubusercontent.com/mmumshad/kubernetes-the-hard-way/master/deployments/coredns.yaml ``` > output