Skip to content

Commit c2f183b

Browse files
authored
Merge pull request #27494 from SergeyKanzhelev/revert-25733-patch-1
Revert "update container-lifecycle-hooks.md for third hook handler i,.e. TCP"
2 parents 80508e6 + 0db9ae6 commit c2f183b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ A more detailed description of the termination behavior can be found in
5050
### Hook handler implementations
5151

5252
Containers can access a hook by implementing and registering a handler for that hook.
53-
There are three types of hook handlers that can be implemented for Containers:
53+
There are two types of hook handlers that can be implemented for Containers:
5454

5555
* Exec - Executes a specific command, such as `pre-stop.sh`, inside the cgroups and namespaces of the Container.
5656
Resources consumed by the command are counted against the Container.
57-
* TCP - Opens a TCP connecton against a specific port on the Container.
5857
* HTTP - Executes an HTTP request against a specific endpoint on the Container.
5958

6059
### Hook handler execution

0 commit comments

Comments
 (0)