Skip to content

Commit d640b80

Browse files
authored
Merge pull request #144 from klihub/devel/container-exit-status
api,adaptation: pass container exit status to plugins.
2 parents 52a65d7 + db955a1 commit d640b80

File tree

5 files changed

+721
-403
lines changed

5 files changed

+721
-403
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,13 @@ The following pieces of container metadata are available to plugins in NRI:
200200
- cpuset memory
201201
- Block I/O class
202202
- RDT class
203+
- container (init) process ID
204+
- container (init process) exit status
205+
- timestamp of container creation
206+
- timestamp of starting the container
207+
- timestamp of stopping the container/container exit
208+
- container exit status reason (camelCase)
209+
- container exit status message (human readable)
203210

204211
Apart from data identifying the container, these pieces of information
205212
represent the corresponding data in the container's OCI Spec.

0 commit comments

Comments
 (0)