Merge pull request #23111 from maelfosso/patch-1

Update container-lifecycle-hooks.md : PostStart section
pull/23230/head
Kubernetes Prow Robot 2020-08-18 14:29:11 -07:00 committed by GitHub
commit 253e7e8cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ There are two hooks that are exposed to Containers:
`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.
No parameters are passed to the handler.