Skip to content

Commit 9630bf7

Browse files
RobDolinMSvbatts
authored andcommitted
[ Lifecycle ] Increase importance of logging errors (#410)
"errors, if any, MAY be logged" --> "errors, if any, SHOULD be logged" Signed-off-by: Rob Dolin <[email protected]>
1 parent 3db55ea commit 9630bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The lifecycle describes the timeline of events that happen from when a container
4747
6. Additional actions such as pausing the container, resuming the container or signaling the container MAY be performed using the runtime interface.
4848
The container MAY also error out, exit or crash.
4949
7. The container MUST be destroyed by undoing the steps performed during create phase (step 2).
50-
8. The poststop hooks MUST be invoked by the runtime and errors, if any, MAY be logged.
50+
8. The poststop hooks MUST be invoked by the runtime and errors, if any, SHOULD be logged.
5151

5252
Note: The lifecycle is a WIP and it will evolve as we have more use cases and more information on the viability of a separate create phase.
5353

0 commit comments

Comments
 (0)