diff --git a/docs/13-dns-addon.md b/docs/13-dns-addon.md index d418be4..01a330c 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 deployments/kube-dns.yaml +kubectl apply -f https://raw.githubusercontent.com/mmumshad/kubernetes-the-hard-way/master/deployments/kube-dns.yaml ``` > output