mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-12 01:26:24 +00:00
Automatic merge from submit-queue CRI: Add oom score adj in new CRI implementation. Part of #29478. This PR adds oom score adj in new CRI implementation and dockershim. I run [oom score node e2e test](https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/container_manager_test.go#L77) with new CRI implementation myself, and all tests passed. @yujuhong @feiskyer