Skip to content

Commit

Permalink
Remove and redirect: user-guide/application-trouble. (kubernetes#3855)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveperry-53 authored May 19, 2017
1 parent 3149946 commit f58b3d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 4 additions & 1 deletion docs/tasks/debug-application-cluster/debug-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ assignees:
- mikedanese
- thockin
title: Troubleshooting Applications
redirect_from:
- "/docs/user-guide/application-troubleshooting/"
- "/docs/user-guide/application-troubleshooting.html"
---

This guide is to help users debug applications that are deployed into Kubernetes and not behaving correctly.
Expand Down Expand Up @@ -192,4 +195,4 @@ check:

If none of the above solves your problem, follow the instructions in [Debugging Service document](/docs/user-guide/debugging-services) to make sure that your `Service` is running, has `Endpoints`, and your `Pods` are actually serving; you have DNS working, iptables rules installed, and kube-proxy does not seem to be misbehaving.

You may also visit [troubleshooting document](/docs/troubleshooting/) for more information.
You may also visit [troubleshooting document](/docs/troubleshooting/) for more information.
10 changes: 0 additions & 10 deletions docs/user-guide/application-troubleshooting.md

This file was deleted.

0 comments on commit f58b3d1

Please sign in to comment.