Remove extra occurance of container in the container lifecycle hooks definition (#12621)

This commit is contained in:
Damini Satya
2019-02-13 15:53:13 +05:30
committed by Kubernetes Prow Robot
parent c533563bdc
commit e0bc7049cb
@@ -10,9 +10,8 @@ aka:
tags: tags:
- extension - extension
--- ---
The lifecycle hooks expose events in the {{< glossary_tooltip text="Container" term_id="container" >}}container management lifecycle and let the user run code when the events occur. The lifecycle hooks expose events in the {{< glossary_tooltip text="Container" term_id="container" >}} management lifecycle and let the user run code when the events occur.
<!--more--> <!--more-->
Two hooks are exposed to Containers: PostStart which executes immediately after a container is created and PreStop which is blocking and is called immediately before a container is terminated. Two hooks are exposed to Containers: PostStart which executes immediately after a container is created and PreStop which is blocking and is called immediately before a container is terminated.