Skip to content

Commit 2f27924

Browse files
committed
[zh] Update debug-pod-replication-controller.md
Signed-off-by: xin.li <[email protected]>
1 parent bee30a8 commit 2f27924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ worker node, but it can't run on that machine. Again, the information from
143143
144144
* Make sure that you have the name of the image correct.
145145
* Have you pushed the image to the repository?
146-
* Run a manual `docker pull <image>` on your machine to see if the image can be
147-
pulled.
146+
* Try to manually pull the image to see if it can be pulled. For example, if you
147+
use Docker on your PC, run `docker pull <image>`.
148148
-->
149149
### 我的 Pod 一直在 Waiting
150150

@@ -154,7 +154,7 @@ worker node, but it can't run on that machine. Again, the information from
154154

155155
* 确保你的镜像的名称正确。
156156
* 你是否将镜像推送到存储库?
157-
* 在你的机器上手动运行 `docker pull <image>`,看看是否可以拉取镜像
157+
* 尝试手动拉取镜像,看能否拉取。例如,如果你在 PC 上使用 Docker,运行 `docker pull <image>`
158158

159159
<!--
160160
### My pod is crashing or otherwise unhealthy

0 commit comments

Comments
 (0)