File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tasks/debug/debug-application Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Again, the information from `kubectl describe ...` should be informative. The m
65
65
#### My pod is crashing or otherwise unhealthy
66
66
67
67
Once your pod has been scheduled, the methods described in [ Debug Running Pods] (
68
- /docs/tasks/debug/debug-applications /debug-running-pod/) are available for debugging.
68
+ /docs/tasks/debug/debug-application /debug-running-pod/) are available for debugging.
69
69
70
70
#### My pod is running but not doing what I told it to do
71
71
@@ -146,12 +146,12 @@ Verify that the pod's `containerPort` matches up with the Service's `targetPort`
146
146
147
147
#### Network traffic is not forwarded
148
148
149
- Please see [ debugging service] ( /docs/tasks/debug/debug-applications /debug-service/ ) for more information.
149
+ Please see [ debugging service] ( /docs/tasks/debug/debug-application /debug-service/ ) for more information.
150
150
151
151
## {{% heading "whatsnext" %}}
152
152
153
153
If none of the above solves your problem, follow the instructions in
154
- [ Debugging Service document] ( /docs/tasks/debug/debug-applications /debug-service/ )
154
+ [ Debugging Service document] ( /docs/tasks/debug/debug-application /debug-service/ )
155
155
to make sure that your ` Service ` is running, has ` Endpoints ` , and your ` Pods ` are
156
156
actually serving; you have DNS working, iptables rules installed, and kube-proxy
157
157
does not seem to be misbehaving.
You can’t perform that action at this time.
0 commit comments