google / gvisor-containerd-shim

containerd shim for gVisor
https://gvisor.dev
Apache License 2.0
79 stars 30 forks source link

Capture and publish OOM events #57

Closed ianlewis closed 4 years ago

ianlewis commented 4 years ago

We use oom notifiers on the cgroup to publish oom events to containerd. This is passed back via CRI to Kubernetes etc. for more helpful error reporting.

Fixes #56

ianlewis commented 4 years ago

/cc @turkenh @moricho