Skip to content

Commit af9eb1c

Browse files
authored
Update container-lifecycle-hooks.md
1 parent e16f2d4 commit af9eb1c

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
@@ -62,7 +62,7 @@ Resources consumed by the command are counted against the Container.
6262

6363
When a Container lifecycle management hook is called,
6464
the Kubernetes management system executes the handler according to the hook action,
65-
`httpGet` , `tcpSocket` and `sleep` are executed by the kubelet process, and `exec` is executed in the container.
65+
`httpGet` and `sleep` are executed by the kubelet process, and `exec` is executed in the container.
6666

6767
The `PostStart` hook handler call is initiated when a container is created,
6868
meaning the container ENTRYPOINT and the `PostStart` hook are triggered simultaneously.

0 commit comments

Comments
 (0)