Skip to content

Commit

Permalink
update oom score adj logic
Browse files Browse the repository at this point in the history
The OOM adjustment for sidecar container will match or fall below the OOM score adjustment of regular containers in the Pod.
  • Loading branch information
bouaouda-achraf authored Oct 27, 2024
1 parent d4a4f40 commit 015890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keps/sig-node/753-sidecar-containers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Note, a separate KEP https://github.com/kubernetes/enhancements/issues/4438 will
sidecar containers to be restarted even during Pod termination.

In order to minimize OOM kills of sidecar containers, the OOM adjustment for
these containers will match or exceed the OOM score adjustment of regular
these containers will match or fall below the OOM score adjustment of regular
containers in the Pod. This intent to solve the issue
https://github.com/kubernetes/kubernetes/issues/111356

Expand Down

0 comments on commit 015890a

Please sign in to comment.