From b3aeab2f216e1a6c220f7f3a7e894a8c79097707 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Mon, 17 Apr 2017 13:36:42 +0800 Subject: [PATCH] delete replicated info (#3425) delete replicated info --- .../debug-application-introspection.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/tasks/debug-application-cluster/debug-application-introspection.md b/docs/tasks/debug-application-cluster/debug-application-introspection.md index dec4520409..e7a8075ab1 100644 --- a/docs/tasks/debug-application-cluster/debug-application-introspection.md +++ b/docs/tasks/debug-application-cluster/debug-application-introspection.md @@ -5,13 +5,6 @@ assignees: title: Application Introspection and Debugging --- ---- -assignees: -- janetkuo -- thockin -title: Application Introspection and Debugging ---- - Once your application is running, you'll inevitably need to debug problems with it. Earlier we described how you can use `kubectl get pods` to retrieve simple status information about your pods. But there are a number of ways to get even more information about your application.