Update to use coredns.yaml

pull/482/head
Mumshad 2019-03-20 17:28:07 +08:00
parent 1d4ff3fc0e
commit 106fa0bca6
1 changed files with 1 additions and 1 deletions

View File

@ -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