summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishnu kannan <vishnuk@google.com>2016-09-07 18:32:38 -0700
committerVishnu kannan <vishnuk@google.com>2016-09-14 11:56:10 -0700
commitc31b5aabf8518a5d060bdeef2351dc7d2b51ed17 (patch)
tree941ad9122b25c0d2076b444b2986720c95d53b97
parentb383416aaab48478134faae9f378de2b2d3d972d (diff)
Fix oom-score-adj policy in kubelet.
Docker daemon and kubelet needs to be protected by setting oom-score-adj to -999. Signed-off-by: Vishnu kannan <vishnuk@google.com>
-rw-r--r--kubelet-systemd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubelet-systemd.md b/kubelet-systemd.md
index d7c42cf6..1b7c0373 100644
--- a/kubelet-systemd.md
+++ b/kubelet-systemd.md
@@ -365,7 +365,7 @@ The `kubelet` will set the following:
The `kubelet` at bootstrapping will set the `oom_score_adj` value for Kubernetes
daemons, and any dependent container-runtime daemons.
-If `container-runtime` is set to `docker`, then set its `oom_score_adj=-900`
+If `container-runtime` is set to `docker`, then set its `oom_score_adj=-999`
## Implementation concerns