Merge pull request #78314 from Random-Liu/set-containerd-oom-score

Set containerd oom score adj to -999.
This commit is contained in:
Kubernetes Prow Robot 2019-05-29 07:59:16 -07:00 committed by GitHub
commit f4945a81e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2909,6 +2909,7 @@ EOF
cat > "${config_path}" <<EOF
# Kubernetes doesn't use containerd restart manager.
disabled_plugins = ["restart"]
oom_score = -999
[debug]
level = "${CONTAINERD_LOG_LEVEL:-"info"}"