Merge pull request #31679 from shannonxtreme/dockershim-debug

Remove docker pull command in Debug > Troubleshoot Applications
pull/31689/head
Kubernetes Prow Robot 2022-02-10 11:17:30 -08:00 committed by GitHub
commit fef3dccc01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 <image>` 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 <image>`.
#### My pod is crashing or otherwise unhealthy