From 46988781a3d08b5f8f8972f62990a92ee06444e3 Mon Sep 17 00:00:00 2001 From: SubtextRyan Date: Fri, 12 Nov 2021 12:05:00 -0500 Subject: [PATCH] Corrected grammatical error Subject/verb disagreement: changed "...system execute the handler..." to "...system executes the handler..." --- .../en/docs/concepts/containers/container-lifecycle-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/container-lifecycle-hooks.md b/content/en/docs/concepts/containers/container-lifecycle-hooks.md index 96569f9518..78c0a43b99 100644 --- a/content/en/docs/concepts/containers/container-lifecycle-hooks.md +++ b/content/en/docs/concepts/containers/container-lifecycle-hooks.md @@ -59,7 +59,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. Hook handler calls are synchronous within the context of the Pod containing the Container.