mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #78314 from Random-Liu/set-containerd-oom-score
Set containerd oom score adj to -999.
This commit is contained in:
commit
f4945a81e2
@ -2909,6 +2909,7 @@ EOF
|
|||||||
cat > "${config_path}" <<EOF
|
cat > "${config_path}" <<EOF
|
||||||
# Kubernetes doesn't use containerd restart manager.
|
# Kubernetes doesn't use containerd restart manager.
|
||||||
disabled_plugins = ["restart"]
|
disabled_plugins = ["restart"]
|
||||||
|
oom_score = -999
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
level = "${CONTAINERD_LOG_LEVEL:-"info"}"
|
level = "${CONTAINERD_LOG_LEVEL:-"info"}"
|
||||||
|
Loading…
Reference in New Issue
Block a user