Skip to content

Commit 0ce2d2b

Browse files
authored
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)
1 parent 1c4fc64 commit 0ce2d2b

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
@@ -65,7 +65,7 @@ Again, the information from `kubectl describe ...` should be informative. The m
6565
#### My pod is crashing or otherwise unhealthy
6666

6767
Once your pod has been scheduled, the methods described in [Debug Running Pods](
68-
/docs/tasks/debug-application-cluster/debug-running-pods/) are available for debugging.
68+
/docs/tasks/debug-application-cluster/debug-running-pod/) are available for debugging.
6969

7070
#### My pod is running but not doing what I told it to do
7171

0 commit comments

Comments
 (0)