Skip to content

Commit 3009930

Browse files
authored
Merge pull request #25444 from guzj11/patch-10
Update configure-dns-cluster.md
2 parents b6f9c2c + 12d2845 commit 3009930

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

content/zh/docs/tasks/access-application-cluster/configure-dns-cluster.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@ content_type: concept
1414

1515
<!-- overview -->
1616
<!--
17-
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default.
17+
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. In Kubernetes version 1.11 and later, CoreDNS is recommended and is installed by default with kubeadm.
1818
-->
1919
Kubernetes 提供 DNS 集群插件,大多数支持的环境默认情况下都会启用。
20+
在 Kubernetes 1.11 及其以后版本中,推荐使用 CoreDNS,
21+
kubeadm 默认会安装 CoreDNS。
2022

2123
<!-- body -->
2224
<!--
23-
For more information on how to configure DNS for a Kubernetes cluster, see the [Kubernetes DNS sample plugin.](https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns)
25+
For more information on how to configure CoreDNS for a Kubernetes cluster, see the [Customizing DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers/). An example demonstrating how to use Kubernetes DNS with kube-dns, see the [Kubernetes DNS sample plugin](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns)
2426
-->
25-
有关如何为 Kubernetes 集群配置 DNS 的详细信息,请参阅 [Kubernetes DNS 插件示例.](https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns)
27+
要了解关于如何为 Kubernetes 集群配置 CoreDNS 的更多信息,参阅
28+
[定制 DNS 服务](/zh/docs/tasks/administer-cluster/dns-custom-nameservers/)
29+
关于如何利用 kube-dns 配置 kubernetes DNS 的演示例子,参阅
30+
[Kubernetes DNS 插件示例](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns)
2631

2732

0 commit comments

Comments
 (0)