Skip to content

Commit fc09a26

Browse files
authored
Merge pull request kubernetes#4932 from bouaouda-achraf/patch-1
KEP-753: SidecarContainers update oom score adj logic
2 parents 10ff969 + 015890a commit fc09a26

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)