-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dns-custom-namerserver: break down the page into mutliple sections #8900
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,16 @@ content_template: templates/task | |
|
||
{{% capture overview %}} | ||
This page explains how to configure your DNS Pod and customize the | ||
DNS resolution process. | ||
DNS resolution process. In Kubernetes version 1.11 and later, CoreDNS is installed | ||
by default. See [Configuring CoreDNS](#config-coredns) and | ||
[Using CoreDNS for Service Discovery](/docs/tasks/administer-cluster/coredns/). | ||
{{% /capture %}} | ||
|
||
{{% capture prerequisites %}} | ||
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}} | ||
* Kubernetes version 1.6 and above. | ||
* The cluster must be configured to use the `kube-dns` addon. | ||
* Kubernetes version 1.6 or later. To work with CoreDNS, version 1.9 or later. | ||
* The cluster must be configured to use the `kube-dns` add-on. Note that the add-on name | ||
is the same whether you run kube-dns or CoreDNS. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. instead of:
i suggest we use:
|
||
{{% /capture %}} | ||
|
||
{{% capture steps %}} | ||
|
@@ -186,7 +189,7 @@ data: | |
|
||
{{% /capture %}} | ||
|
||
## Configuring CoreDNS | ||
## Configuring CoreDNS {config-coredns} | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it is possible to add here a link to the page Using CoreDNS for Service Discovery ? |
||
You can configure [CoreDNS](https://coredns.io/) as a service discovery. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of:
In Kubernetes version 1.11 and later, CoreDNS is installed by default.
we need to say something in the lines of:
In Kubernetes version 1.11, CoreDNS has reached the General Availability status and is installed by default from kubeadm.
so it is GA since 1.11, but only installed by default from kubeadm.