Update 12-dns-addon.md

Existing file path didn't exist, this uses the one in the actual repository for reliability
pull/755/head
Zackary Crosley 2024-01-04 11:02:57 -05:00 committed by GitHub
parent 79a3f79b27
commit c83e61b3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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://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