The problem/use-case that the feature addresses

Currently, oom score customization can only work in bare metal or vm env as it will customize the oom score by /proc/self/oom_score file which is not recognized by the node.

Description of the feature Support oom score customization under container env.

Alternatives you've considered

Additional information

Comment From: andyxning

Close this as /proc file system is not isolated between container and host node. So, the change to oom_score file under /proc file system in container can be read in host node and vice versa