Skip to content

Commit cef7f2f

Browse files
committed
fix glossary
1 parent 79da4d1 commit cef7f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If a Pod is stuck in the `Waiting` state, then it has been scheduled to a worker
5757
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:
5858

5959
* Make sure that you have the name of the image correct.
60-
* Have you pushed the image to the repository?
60+
* Have you pushed the image to the registry?
6161
* Run a manual `docker pull <image>` on your machine to see if the image can be pulled.
6262

6363
#### My pod is crashing or otherwise unhealthy

0 commit comments

Comments
 (0)