Merge pull request #30460 from SubtextRyan/patch-1

Corrected grammatical error
This commit is contained in:
Kubernetes Prow Robot
2021-11-12 16:14:47 -08:00
committed by GitHub
@@ -59,7 +59,7 @@ Resources consumed by the command are counted against the Container.
### Hook handler execution ### Hook handler execution
When a Container lifecycle management hook is called, 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. `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. Hook handler calls are synchronous within the context of the Pod containing the Container.