What is the problem you're trying to solve
containerd can't get pod/container exited reason in time,because oom event may be received after container exited event.
see #12260
this will fix TestCRISuite oom test failed.
the test case failed too many times 😮💨
Describe the solution you'd like
we can check OOMExitPath to get oom event when receive exited event, and then update status like cri-o.
Additional context
No response
What is the problem you're trying to solve
containerd can't get pod/container exited reason in time,because oom event may be received after container exited event.
see #12260
this will fix TestCRISuite oom test failed.
the test case failed too many times 😮💨
Describe the solution you'd like
we can check OOMExitPath to get oom event when receive exited event, and then update status like cri-o.
Additional context
No response