Skip to content

Commit d1b2709

Browse files
authored
Merge pull request #25700 from devincd/master
Update container-lifecycle-hooks.md
2 parents 8038c7b + d52b0f5 commit d1b2709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/container-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Resources consumed by the command are counted against the Container.
5757

5858
When a Container lifecycle management hook is called,
5959
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.
60+
`httpGet` and `tcpSocket` are executed by the kubelet process, and `exec` is executed in the container.
6161

6262
Hook handler calls are synchronous within the context of the Pod containing the Container.
6363
This means that for a `PostStart` hook,

0 commit comments

Comments
 (0)