Skip to content

Commit 9710f84

Browse files
authored
Merge pull request #33422 from axeltanxl/patch-1
Update links
2 parents b32feee + 7696b56 commit 9710f84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
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/debug-applications/debug-running-pod/) are available for debugging.
68+
/docs/tasks/debug/debug-application/debug-running-pod/) are available for debugging.
6969

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

@@ -146,12 +146,12 @@ Verify that the pod's `containerPort` matches up with the Service's `targetPort`
146146

147147
#### Network traffic is not forwarded
148148

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.
150150

151151
## {{% heading "whatsnext" %}}
152152

153153
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/)
155155
to make sure that your `Service` is running, has `Endpoints`, and your `Pods` are
156156
actually serving; you have DNS working, iptables rules installed, and kube-proxy
157157
does not seem to be misbehaving.

0 commit comments

Comments
 (0)