@@ -162,7 +162,7 @@ If you misspelled `command` as `commnd` then will give an error like this:
162
162
例如,运行 ` kubectl apply --validate -f mypod.yaml ` 。
163
163
如果 ` command ` 被误拼成 ` commnd ` ,你将会看到下面的错误信息:
164
164
165
- ```
165
+ ``` shell
166
166
I0805 10:43:25.129850 46757 schema.go:126] unknown field: commnd
167
167
I0805 10:43:25.129973 46757 schema.go:129] this may be a false alarm, see https://github.com/kubernetes/kubernetes/issues/6842
168
168
pods/mypod
@@ -279,25 +279,25 @@ Verify that the pod's `containerPort` matches up with the Service's `targetPort`
279
279
<!--
280
280
#### Network traffic is not forwarded
281
281
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.
283
283
-->
284
284
#### 网络流量未被转发 {#network-traffic-is-not-forwarded}
285
285
286
- 请参阅[ 调试 Service] ( /zh-cn/docs/tasks/debug/debug-applications /debug-service/ ) 了解更多信息。
286
+ 请参阅[ 调试 Service] ( /zh-cn/docs/tasks/debug/debug-application /debug-service/ ) 了解更多信息。
287
287
288
288
## {{% heading "whatsnext" %}}
289
289
290
290
<!--
291
291
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/)
293
293
to make sure that your `Service` is running, has `Endpoints`, and your `Pods` are
294
294
actually serving; you have DNS working, iptables rules installed, and kube-proxy
295
295
does not seem to be misbehaving.
296
296
297
297
You may also visit [troubleshooting document](/docs/tasks/debug/) for more information.
298
298
-->
299
299
如果上述方法都不能解决你的问题,
300
- 请按照[ 调试 Service 文档] ( /zh-cn/docs/tasks/debug/debug-applications /debug-service/ ) 中的介绍,
300
+ 请按照[ 调试 Service 文档] ( /zh-cn/docs/tasks/debug/debug-application /debug-service/ ) 中的介绍,
301
301
确保你的 ` Service ` 处于 Running 态,有 ` Endpoints ` 被创建,` Pod ` 真的在提供服务;
302
302
DNS 服务已配置并正常工作,iptables 规则也以安装并且 ` kube-proxy ` 也没有异常行为。
303
303
0 commit comments