diff --git a/keps/sig-node/753-sidecar-containers/README.md b/keps/sig-node/753-sidecar-containers/README.md index d3a732693d6..3825605d6bc 100644 --- a/keps/sig-node/753-sidecar-containers/README.md +++ b/keps/sig-node/753-sidecar-containers/README.md @@ -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