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 6349195 commit d52b0f5Copy full SHA for d52b0f5
content/en/docs/concepts/containers/container-lifecycle-hooks.md
@@ -57,7 +57,7 @@ Resources consumed by the command are counted against the Container.
57
58
When a Container lifecycle management hook is called,
59
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.
+`httpGet` and `tcpSocket` are executed by the kubelet process, and `exec` is executed in the container.
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