Mention that tcpSocket is deprecated

pull/48291/head
Aliaksei 2024-10-20 20:51:02 -04:00 committed by GitHub
parent af9eb1cd8d
commit ba04b3bacb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Resources consumed by the command are counted against the Container.
When a Container lifecycle management hook is called, When a Container lifecycle management hook is called,
the Kubernetes management system executes the handler according to the hook action, the Kubernetes management system executes the handler according to the hook action,
`httpGet` and `sleep` are executed by the kubelet process, and `exec` is executed in the container. `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.
The `PostStart` hook handler call is initiated when a container is created, The `PostStart` hook handler call is initiated when a container is created,
meaning the container ENTRYPOINT and the `PostStart` hook are triggered simultaneously. meaning the container ENTRYPOINT and the `PostStart` hook are triggered simultaneously.