mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #65053 from chanjarster/master
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 links in kube-dns/README.md **What this PR does / why we need it**: fix dead links in kube-dns/README.md **Which issue(s) this PR fixes** no issue **Special notes for your reviewer**: **Release note**:
This commit is contained in:
commit
efd436bb07
@ -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