Skip to content

Commit 015890a

Browse files
update oom score adj logic
The OOM adjustment for sidecar container will match or fall below the OOM score adjustment of regular containers in the Pod.
1 parent d4a4f40 commit 015890a

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/753-sidecar-containers

1 file changed

+1
-1
lines changed

keps/sig-node/753-sidecar-containers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Note, a separate KEP https://github.com/kubernetes/enhancements/issues/4438 will
400400
sidecar containers to be restarted even during Pod termination.
401401

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

0 commit comments

Comments
 (0)