From 0e9e8b96cbaf45adefe3a22f76d482984156e2ad Mon Sep 17 00:00:00 2001 From: Shannon Kularathna Date: Fri, 11 Feb 2022 19:19:49 +0000 Subject: [PATCH] Change language so that docker is an example --- .../debug-pod-replication-controller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md b/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md index c99182b854..56d00d5323 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md @@ -86,8 +86,8 @@ worker node, but it can't run on that machine. Again, the information from * Make sure that you have the name of the image correct. * Have you pushed the image to the repository? -* 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 it can be pulled. For example, if you + use Docker on your PC, run `docker pull `. ### My pod is crashing or otherwise unhealthy