From d2ef6f9fa2252e3d4b59157ced792c73241f0eaf Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 21 Nov 2021 00:48:31 +0200 Subject: [PATCH] [zh] corrected grammatical error --- .../zh/docs/concepts/containers/container-lifecycle-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/containers/container-lifecycle-hooks.md b/content/zh/docs/concepts/containers/container-lifecycle-hooks.md index cb4a1d613a..4a3d97f48c 100644 --- a/content/zh/docs/concepts/containers/container-lifecycle-hooks.md +++ b/content/zh/docs/concepts/containers/container-lifecycle-hooks.md @@ -107,7 +107,7 @@ Resources consumed by the command are counted against the Container. ### Hook handler execution When a Container lifecycle management hook is called, -the Kubernetes management system execute the handler according to the hook action, +the Kubernetes management system executes the handler according to the hook action, `httpGet` and `tcpSocket` are executed by the kubelet process, and `exec` is executed in the container. --> ### 回调处理程序执行