Corrected link to Debug running pod

Link should be docs/tasks/debug-application-cluster/debug-running-pod/ instead of docs/tasks/debug-application-cluster/debug-running-pods/ (latter results in HTTP 404)
This commit is contained in:
ynkrish
2020-04-05 11:18:49 +05:30
committed by GitHub
parent 1c4fc64ceb
commit 0ce2d2b54a
@@ -65,7 +65,7 @@ Again, the information from `kubectl describe ...` should be informative. The m
#### My pod is crashing or otherwise unhealthy
Once your pod has been scheduled, the methods described in [Debug Running Pods](
/docs/tasks/debug-application-cluster/debug-running-pods/) are available for debugging.
/docs/tasks/debug-application-cluster/debug-running-pod/) are available for debugging.
#### My pod is running but not doing what I told it to do