Update 12-dns-addon.md
Existing file path didn't exist, this uses the one in the actual repository for reliabilitypull/755/head
parent
79a3f79b27
commit
c83e61b3a4
|
@ -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://storage.googleapis.com/kubernetes-the-hard-way/coredns-1.8.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/kelseyhightower/kubernetes-the-hard-way/master/deployments/coredns-1.7.0.yaml
|
||||
```
|
||||
|
||||
> output
|
||||
|
|
Loading…
Reference in New Issue