Clarify postStart
As Brendan Burns explained me in this email: https://groups.google.com/forum/#!topic/google-containers/5eUsmTSXpb8
This commit is contained in:
@@ -48,7 +48,7 @@ There are currently two container hooks that are surfaced to containers:
|
||||
|
||||
*PostStart*
|
||||
|
||||
This hook is sent immediately after a container is created. It notifies the container that it has been created. No parameters are passed to the handler.
|
||||
This hook is sent immediately after a container is created. It notifies the container that it has been created. No parameters are passed to the handler. It is NOT guaranteed that the hook will execute before the container entrypoint.
|
||||
|
||||
*PreStop*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user