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.
2 parents 7a7b678 + 10ebb11 commit 7617c89Copy full SHA for 7617c89
content/en/docs/concepts/containers/container-lifecycle-hooks.md
@@ -56,7 +56,8 @@ Resources consumed by the command are counted against the Container.
56
### Hook handler execution
57
58
When a Container lifecycle management hook is called,
59
-the Kubernetes management system executes the handler in the Container registered for that hook.
+the Kubernetes management system execute the handler according to the hook action,
60
+`exec` and `tcpSocket` are executed in the container, and `httpGet` is executed by the kubelet process.
61
62
Hook handler calls are synchronous within the context of the Pod containing the Container.
63
This means that for a `PostStart` hook,
0 commit comments