mirror of https://github.com/k3s-io/k3s
Merge pull request #64871 from sebgl/patch-1
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix dead-link to dns-horizontal-autoscaler **What this PR does / why we need it**: It looks like dns-horizontal-autoscaler doesn't exist in the dns repository anymore, but one level higher. This PR fixes the dead link.pull/8/head
commit
f8b6ac6e97
|
@ -9,7 +9,7 @@ can use the DNS Service’s IP to resolve DNS names.
|
||||||
## Manually scale kube-dns Deployment
|
## Manually scale kube-dns Deployment
|
||||||
|
|
||||||
kube-dns creates only one DNS Pod by default. If
|
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.
|
is not enabled, you may need to manually scale kube-dns Deployment.
|
||||||
|
|
||||||
Please use below `kubectl scale` command to scale:
|
Please use below `kubectl scale` command to scale:
|
||||||
|
|
Loading…
Reference in New Issue