mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
fix dead links in kube-dns/README.md
This commit is contained in:
parent
b05a61e299
commit
0ebcef241f
@ -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:
|
||||||
@ -18,9 +18,9 @@ kubectl --namespace=kube-system scale deployment kube-dns --replicas=<NUM_YOU_WA
|
|||||||
```
|
```
|
||||||
|
|
||||||
Do not use `kubectl edit` to modify kube-dns Deployment object if it is
|
Do not use `kubectl edit` to modify kube-dns Deployment object if it is
|
||||||
controlled by [Addon Manager](../addon-manager/). Otherwise the modifications
|
controlled by [Addon Manager](../../addon-manager/). Otherwise the modifications
|
||||||
will be clobbered, in addition the replicas count for kube-dns Deployment will
|
will be clobbered, in addition the replicas count for kube-dns Deployment will
|
||||||
be reset to 1. See [Cluster add-ons README](../README.md) and
|
be reset to 1. See [Cluster add-ons README](../../README.md) and
|
||||||
[#36411](https://github.com/kubernetes/kubernetes/issues/36411) for reference.
|
[#36411](https://github.com/kubernetes/kubernetes/issues/36411) for reference.
|
||||||
|
|
||||||
## kube-dns addon templates
|
## kube-dns addon templates
|
||||||
|
Loading…
Reference in New Issue
Block a user