From c99901f11cfd149d64e286ca209fc46b03d00c16 Mon Sep 17 00:00:00 2001 From: Shannon Kularathna Date: Wed, 9 Feb 2022 22:27:03 +0000 Subject: [PATCH] Remove docker pull command --- .../docs/tasks/debug-application-cluster/debug-application.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/debug-application-cluster/debug-application.md b/content/en/docs/tasks/debug-application-cluster/debug-application.md index f3c8ea5269..179a86021b 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-application.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-application.md @@ -58,7 +58,8 @@ Again, the information from `kubectl describe ...` should be informative. The m * Make sure that you have the name of the image correct. * Have you pushed the image to the registry? -* Run a manual `docker pull ` on your machine to see if the image can be pulled. +* Try to manually pull the image to see if the image can be pulled. For example, + if you use Docker on your PC, run `docker pull `. #### My pod is crashing or otherwise unhealthy