From c83e61b3a47fb1c487d14f2fa995b79341f09549 Mon Sep 17 00:00:00 2001 From: Zackary Crosley Date: Thu, 4 Jan 2024 11:02:57 -0500 Subject: [PATCH] Update 12-dns-addon.md Existing file path didn't exist, this uses the one in the actual repository for reliability --- docs/12-dns-addon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/12-dns-addon.md b/docs/12-dns-addon.md index be81ef6..89c336d 100644 --- a/docs/12-dns-addon.md +++ b/docs/12-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://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