mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Set containerd oom score adj to -999.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
d1d6f64cda
commit
f6aa22e9e3
@ -2899,6 +2899,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"}"
|
||||
|
Loading…
Reference in New Issue
Block a user