Skip to content

Commit aa179d7

Browse files
authored
Merge pull request #21806 from tengqm/fix-zh-dns-debug
[zh] Fix content in DNS debugging
2 parents 251a065 + bf33cf0 commit aa179d7

File tree

1 file changed

+4
-30
lines changed

1 file changed

+4
-30
lines changed

content/zh/docs/tasks/administer-cluster/dns-debugging-resolution.md

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,27 @@
11
---
2-
translator:
3-
- nicksu
4-
reviewers:
5-
- bowei
6-
- zihongz
7-
title: Debug DNS 方案
2+
title: 调试 DNS 问题
83
content_type: task
94
---
105

11-
<!--
12-
136
<!-- overview -->
7+
<!--
148
This page provides hints on diagnosing DNS problems.
15-
16-
179
-->
1810

19-
<!-- overview -->
2011
这篇文章提供了一些关于 DNS 问题诊断的方法。
2112

22-
23-
<!--
24-
25-
## {{% heading "prerequisites" %}}
26-
27-
28-
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
29-
* Kubernetes version 1.6 and above.
30-
* The cluster must be configured to use the `coredns` (or `kube-dns`) addons.
31-
32-
3313
<!-- steps -->
3414

35-
-->
36-
3715
## {{% heading "prerequisites" %}}
3816

17+
<!-- ZH: The following include shortcode misbehaves even when inside a HTML
18+
comment. This may be a generic problem to be fixed.-->
3919

4020
- {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
4121
- Kubernetes 1.6 或者以上版本。
4222
- 集群必须使用了 `coredns` (或者 `kube-dns`)插件。
4323

44-
45-
<!-- steps -->
46-
4724
<!--
48-
4925
### Create a simple Pod to use as a test environment
5026
5127
Create a file named busybox.yaml with the following contents:
@@ -62,7 +38,6 @@ kubectl get pods busybox
6238
NAME READY STATUS RESTARTS AGE
6339
busybox 1/1 Running 0 <some-time>
6440
```
65-
6641
-->
6742

6843
### 创建一个简单的 Pod 作为测试环境
@@ -134,7 +109,6 @@ search default.svc.cluster.local svc.cluster.local cluster.local google.internal
134109
nameserver 10.0.0.10
135110
options ndots:5
136111
```
137-
138112
-->
139113

140114
### 先检查本地的 DNS 配置

0 commit comments

Comments
 (0)