Skip to content

Commit 09dc563

Browse files
committed
[zh-cn] Sync debug-application/debug-pods.md
Signed-off-by: Guangwen Feng <[email protected]>
1 parent e53f424 commit 09dc563

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/zh-cn/docs/tasks/debug/debug-application/debug-pods.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ If you misspelled `command` as `commnd` then will give an error like this:
162162
例如,运行 `kubectl apply --validate -f mypod.yaml`
163163
如果 `command` 被误拼成 `commnd`,你将会看到下面的错误信息:
164164

165-
```
165+
```shell
166166
I0805 10:43:25.129850 46757 schema.go:126] unknown field: commnd
167167
I0805 10:43:25.129973 46757 schema.go:129] this may be a false alarm, see https://github.com/kubernetes/kubernetes/issues/6842
168168
pods/mypod
@@ -279,25 +279,25 @@ Verify that the pod's `containerPort` matches up with the Service's `targetPort`
279279
<!--
280280
#### Network traffic is not forwarded
281281
282-
Please see [debugging service](/docs/tasks/debug/debug-applications/debug-service/) for more information.
282+
Please see [debugging service](/docs/tasks/debug/debug-application/debug-service/) for more information.
283283
-->
284284
#### 网络流量未被转发 {#network-traffic-is-not-forwarded}
285285

286-
请参阅[调试 Service](/zh-cn/docs/tasks/debug/debug-applications/debug-service/) 了解更多信息。
286+
请参阅[调试 Service](/zh-cn/docs/tasks/debug/debug-application/debug-service/) 了解更多信息。
287287

288288
## {{% heading "whatsnext" %}}
289289

290290
<!--
291291
If none of the above solves your problem, follow the instructions in
292-
[Debugging Service document](/docs/tasks/debug/debug-applications/debug-service/)
292+
[Debugging Service document](/docs/tasks/debug/debug-application/debug-service/)
293293
to make sure that your `Service` is running, has `Endpoints`, and your `Pods` are
294294
actually serving; you have DNS working, iptables rules installed, and kube-proxy
295295
does not seem to be misbehaving.
296296
297297
You may also visit [troubleshooting document](/docs/tasks/debug/) for more information.
298298
-->
299299
如果上述方法都不能解决你的问题,
300-
请按照[调试 Service 文档](/zh-cn/docs/tasks/debug/debug-applications/debug-service/)中的介绍,
300+
请按照[调试 Service 文档](/zh-cn/docs/tasks/debug/debug-application/debug-service/)中的介绍,
301301
确保你的 `Service` 处于 Running 态,有 `Endpoints` 被创建,`Pod` 真的在提供服务;
302302
DNS 服务已配置并正常工作,iptables 规则也以安装并且 `kube-proxy` 也没有异常行为。
303303

0 commit comments

Comments
 (0)