Revert "Revert "[kubelet] Fix oom-score-adj policy in kubelet""

This commit is contained in:
Vish Kannan
2016-09-16 16:32:58 -07:00
committed by GitHub
parent af3050dd15
commit a1fe3adbc7
10 changed files with 300 additions and 111 deletions

View File

@@ -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