Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric committed Dec 7, 2017
1 parent f73f674 commit abf3bf7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/tasks/administer-cluster/coredns.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
approvers:
- johnbelamaric
title: Using CoreDNS for Service Discovery
min-kubernetes-server-version: v1.9
---

{% include feature-state-alpha.md %}
Expand All @@ -12,7 +13,7 @@ discovery.
{% endcapture %}

{% capture prerequisites %}
* Kubernetes version 1.9 and above.
{% include task-tutorial-prereqs.md %}
{% endcapture %}

{% capture steps %}
Expand All @@ -26,15 +27,15 @@ may be installed by setting the `CoreDNS` feature gate to `true` during `kubeadm
kubeadm init --feature-gates=CoreDNS=true
```

This will install CoreDNS instead of kube-dns.
This installs CoreDNS instead of kube-dns.

{% endcapture %}

{% capture whatsnext %}

[CoreDNS](https://coredns.io) may be configured to support many more use cases than
kube-dns by modifying the `Corefile`. See the CoreDNS [site](https://coredns.io) for some
[examples](https://coredns.io/2017/05/08/custom-dns-entries-for-kubernetes/).
You can configure [CoreDNS](https://coredns.io) to support many more use cases than
kube-dns by modifying the `Corefile`. For more information, see the
[CoreDNS site]https://coredns.io/2017/05/08/custom-dns-entries-for-kubernetes/).

{% endcapture %}

Expand Down

0 comments on commit abf3bf7

Please sign in to comment.