From 1fd31bc12f160186f753603c3ca835e0ce5d8edb Mon Sep 17 00:00:00 2001 From: sebgl Date: Thu, 7 Jun 2018 12:01:30 +0200 Subject: [PATCH] Fix dead-link to dns-horizontal-autoscaler It looks like dns-horizontal-autoscaler doesn't exist in the dns repository anymore, but one level higher. This PR fixes the dead link. --- cluster/addons/dns/kube-dns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/dns/kube-dns/README.md b/cluster/addons/dns/kube-dns/README.md index 64cecaa72a9..7c6a4799712 100644 --- a/cluster/addons/dns/kube-dns/README.md +++ b/cluster/addons/dns/kube-dns/README.md @@ -9,7 +9,7 @@ can use the DNS Service’s IP to resolve DNS names. ## Manually scale kube-dns Deployment kube-dns creates only one DNS Pod by default. If -[dns-horizontal-autoscaler](../dns-horizontal-autoscaler/) +[dns-horizontal-autoscaler](../../dns-horizontal-autoscaler/) is not enabled, you may need to manually scale kube-dns Deployment. Please use below `kubectl scale` command to scale: