From c5b195d41dd5620ba6a14c3342d1ac447ab621d0 Mon Sep 17 00:00:00 2001 From: huangminjie Date: Sat, 30 Apr 2022 23:47:36 +0800 Subject: [PATCH] [zh] add content/zh/docs/tasks/debug/debug-application/_index.md --- .../tasks/debug/debug-application/_index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/zh/docs/tasks/debug/debug-application/_index.md diff --git a/content/zh/docs/tasks/debug/debug-application/_index.md b/content/zh/docs/tasks/debug/debug-application/_index.md new file mode 100644 index 0000000000..aecdc7983d --- /dev/null +++ b/content/zh/docs/tasks/debug/debug-application/_index.md @@ -0,0 +1,17 @@ +--- +title: "应用故障排除" +description: 调试常见的容器应用问题. +weight: 20 +--- + + + + +此文档包含了一些用来解决容器应用问题的资源。它涵盖了 Kubernetes 资源(如 Pod、Service 或 StatefulSets) +的常见问题,理解容器终止消息的建议以及调试正在运行的容器的方法。 \ No newline at end of file