We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1406c2d commit 4698878Copy full SHA for 4698878
content/en/docs/concepts/containers/container-lifecycle-hooks.md
@@ -59,7 +59,7 @@ Resources consumed by the command are counted against the Container.
59
### Hook handler execution
60
61
When a Container lifecycle management hook is called,
62
-the Kubernetes management system execute the handler according to the hook action,
+the Kubernetes management system executes the handler according to the hook action,
63
`httpGet` and `tcpSocket` are executed by the kubelet process, and `exec` is executed in the container.
64
65
Hook handler calls are synchronous within the context of the Pod containing the Container.
0 commit comments