Skip to content

Commit 5588e0c

Browse files
author
Mengjiao Liu
committed
[zh]Sync debug-application.md
1 parent 9e3fa7b commit 5588e0c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/zh/docs/tasks/debug-application-cluster/debug-application.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ If a Pod is stuck in the `Waiting` state, then it has been scheduled to a worker
102102
Again, the information from `kubectl describe ...` should be informative. The most common cause of `Waiting` pods is a failure to pull the image. There are three things to check:
103103
104104
* Make sure that you have the name of the image correct.
105-
* Have you pushed the image to the repository?
106-
* Run a manual `docker pull <image>` on your machine to see if the image can be pulled.
105+
* Have you pushed the image to the registry?
106+
* Try to manually pull the image to see if the image can be pulled. For example,
107+
if you use Docker on your PC, run `docker pull <image>`.
107108
-->
108109
#### Pod 停滞在 Waiting 状态
109110

@@ -113,7 +114,7 @@ Again, the information from `kubectl describe ...` should be informative. The m
113114

114115
* 确保镜像名字拼写正确
115116
* 确保镜像已被推送到镜像仓库
116-
* 用手动命令 `docker pull <镜像>` 试试看镜像是否可拉取
117+
* 尝试手动是否能拉取镜像。例如,如果你在你的 PC 上使用 Docker,请运行 `docker pull <镜像>`
117118

118119
<!--
119120
#### My pod is crashing or otherwise unhealthy

0 commit comments

Comments
 (0)