From 37e282aaae3a85c8760d4b0d88d139d218a2c52c Mon Sep 17 00:00:00 2001 From: Donghyeong Kang Date: Fri, 11 Mar 2022 21:34:05 +0900 Subject: [PATCH] FIX: typo in get-shell-running-container.md --- .../debug-application-cluster/get-shell-running-container.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/ko/docs/tasks/debug-application-cluster/get-shell-running-container.md b/content/ko/docs/tasks/debug-application-cluster/get-shell-running-container.md index 23ad70232d..4eba18bbd3 100644 --- a/content/ko/docs/tasks/debug-application-cluster/get-shell-running-container.md +++ b/content/ko/docs/tasks/debug-application-cluster/get-shell-running-container.md @@ -154,5 +154,4 @@ kubectl exec -i -t my-pod --container main-app -- /bin/bash ## {{% heading "whatsnext" %}} -* [kubectl -* exec](/docs/reference/generated/kubectl/kubectl-commands/#exec)를참고한다. +* [kubectl exec](/docs/reference/generated/kubectl/kubectl-commands/#exec)를 참고한다. \ No newline at end of file