update docs for coredns info

This commit is contained in:
Sandeep Rajan
2018-01-03 19:29:58 +05:30
parent 195110cfce
commit 4f15e85ad6
3 changed files with 6 additions and 3 deletions
@@ -224,7 +224,7 @@ Alternatively, you can use [kubeadm config](kubeadm-config.md).
You can install all the available addons with the `all` subcommand, or
install them selectively.
Please note that if kubeadm is invoked with `--feature-gates=CoreDNS`, CoreDNS is installed instead of `kube-dns`.
Please note that if kubeadm is invoked with `--feature-gates=CoreDNS=true`, [CoreDNS](https://coredns.io/) is installed instead of `kube-dns`.
{% capture addon-all %}
{% include_relative generated/kubeadm_alpha_phase_addon_all.md %}