Skip to content

Commit 81d4298

Browse files
authored
Update 2018-07-10-coredns-ga.md
1 parent 345721e commit 81d4298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/blog/_posts/2018-07-10-coredns-ga.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: blog
3-
title: "用于 Kubernetes 集群 DNS 的 CoreDNS GA"
3+
title: "用于 Kubernetes 集群 DNS 的 CoreDNS GA 正式发布"
44
date: 2018-07-10
55
---
66
<!--
@@ -108,7 +108,7 @@ There are several open issues with kube-dns that are resolved in CoreDNS, either
108108
* [dns#190 - kube-dns cannot run as non-root user](https://github.com/kubernetes/dns/issues/190). This issue is solved today by using a non-default image, but it will be made the default CoreDNS behavior in a future release.
109109
* [dns#232 - fix pod hostname to be podname for dns srv records](https://github.com/kubernetes/dns/issues/232) is an enhancement that is supported through the "endpoint_pod_names" feature described below.
110110
--->
111-
* [dns#55 - kube-dns 的自定义 DNS 条目](https://github.com/kubernetes/dns/issues/55) 可以使用 [kubernetes 插件](https://coredns.io/plugins/kubernetes) 中的 "应急" 机制,使用 [rewrite 插件](https://coredns.io/plugins/rewrite),或者分区使用不同的插件,例如 [file 插件](https://coredns.io/plugins/file)
111+
* [dns#55 - kube-dns 的自定义 DNS 条目](https://github.com/kubernetes/dns/issues/55) 可以使用 [kubernetes 插件](https://coredns.io/plugins/kubernetes) 中的 "fallthrough" 机制,使用 [rewrite 插件](https://coredns.io/plugins/rewrite),或者分区使用不同的插件,例如 [file 插件](https://coredns.io/plugins/file)
112112

113113
* [dns#116 - 对具有相同主机名的、提供无头服务服务的 Pod 仅设置了一个 A 记录](https://github.com/kubernetes/dns/issues/116)。无需任何其他配置即可解决此问题。
114114
* [dns#131 - externalName 未使用 stubDomains 设置](https://github.com/kubernetes/dns/issues/131)。无需任何其他配置即可解决此问题。

0 commit comments

Comments
 (0)