Update documentation on CoreDNS (#10923)

* update documentation on CoreDNS

* Update dns-custom-nameservers.md

Fixed nit noted in comments and cleaned up a few more things while I was in there. This whole topic needs a complete redo, but this PR is an iterative improvment. Thanks!
This commit is contained in:
Sandeep Rajan
2018-11-16 15:35:38 -05:00
committed by k8s-ci-robot
parent 2bfdd42aa7
commit 6f3b8cbd9b
5 changed files with 18 additions and 12 deletions
@@ -63,6 +63,11 @@ value to `false`:
kubeadm init --feature-gates=CoreDNS=false
```
## Tuning CoreDNS
When resource utilisation is a concern, it may be useful to tune the configuration of CoreDNS. For more details, check out the
[documentation on scaling CoreDNS]((https://github.com/coredns/deployment/blob/master/kubernetes/Scaling_CoreDNS.md)).
{{% /capture %}}
{{% capture whatsnext %}}