We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026b7d9 commit d53a96fCopy full SHA for d53a96f
runtime/v2/README.md
@@ -146,6 +146,11 @@ Shims are also responsible for unmounting of the filesystem.
146
During a `delete` binary call, the shim MUST ensure that filesystem is also unmounted.
147
Filesystems are provided by the containerd snapshotters.
148
149
+### Events
150
+
151
+The shim MUST publish a `runtime.TaskExitEventTopic` when the container exits.
152
+If the shim collects Out of Memory events, it SHOULD also publish a `runtime.TaskOOMEventTopic`.
153
154
### Other
155
156
#### Unsupported rpcs
0 commit comments