Merge pull request #23111 from maelfosso/patch-1

Update container-lifecycle-hooks.md : PostStart section
This commit is contained in:
Kubernetes Prow Robot
2020-08-18 14:29:11 -07:00
committed by GitHub
@@ -30,7 +30,7 @@ There are two hooks that are exposed to Containers:
`PostStart` `PostStart`
This hook executes immediately after a container is created. This hook is executed immediately after a container is created.
However, there is no guarantee that the hook will execute before the container ENTRYPOINT. However, there is no guarantee that the hook will execute before the container ENTRYPOINT.
No parameters are passed to the handler. No parameters are passed to the handler.