From f58b3d11d9e1a4f7a74ea5578a5c2ca175e91f88 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Fri, 19 May 2017 13:02:31 -0700 Subject: [PATCH] Remove and redirect: user-guide/application-trouble. (#3855) --- .../debug-application-cluster/debug-application.md | 5 ++++- docs/user-guide/application-troubleshooting.md | 10 ---------- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 docs/user-guide/application-troubleshooting.md diff --git a/docs/tasks/debug-application-cluster/debug-application.md b/docs/tasks/debug-application-cluster/debug-application.md index 817095f13da62..77697ba73e2ae 100644 --- a/docs/tasks/debug-application-cluster/debug-application.md +++ b/docs/tasks/debug-application-cluster/debug-application.md @@ -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. @@ -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. \ No newline at end of file +You may also visit [troubleshooting document](/docs/troubleshooting/) for more information. diff --git a/docs/user-guide/application-troubleshooting.md b/docs/user-guide/application-troubleshooting.md deleted file mode 100644 index 5ae4d590604dc..0000000000000 --- a/docs/user-guide/application-troubleshooting.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- mikedanese -- thockin -title: Troubleshooting Applications ---- - -{% include user-guide-content-moved.md %} - -[Debugging Applications](/docs/tasks/debug-application-cluster/debug-application/)