Skip to content

Commit d5c3621

Browse files
Tim Bannistertengqm
andauthored
Use site-relative hyperlink
Co-authored-by: Qiming Teng <[email protected]>
1 parent f014a97 commit d5c3621

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` ([deprecated](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#lifecyclehandler-v1-core)) and `sleep` are executed by the kubelet process, and `exec` is executed in the container.
65+
`httpGet`, `tcpSocket` ([deprecated](/docs/reference/generated/kubernetes-api/v1.31/#lifecyclehandler-v1-core)) 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)