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

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"}"