From 7f85c7de2aa032a4216b27f6a1c55546fe3e4f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=8E=89=E5=A0=82?= Date: Sun, 13 Sep 2020 21:27:04 +0800 Subject: [PATCH] Update get-shell-running-container.md The end tag of note is missing. --- .../debug-application-cluster/get-shell-running-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md b/content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md index 885a2347e8..a9b63cd2a4 100644 --- a/content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md +++ b/content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md @@ -88,7 +88,7 @@ kubectl exec -it shell-demo -- /bin/bash The double dash symbol "--" is used to separate the arguments you want to pass to the command from the kubectl arguments. --> 双破折号 "--" 用于将要传递给命令的参数与 kubectl 的参数分开。 -note >}} +{{< /note >}}