mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 09:52:14 +01:00
Merge pull request #739 from kinvolk/kai/containerd-cri-plugin
app-emulation/containerd: Enable the CRI plugin
This commit is contained in:
commit
5e0fafa48a
@ -6,8 +6,7 @@ state = "/run/docker/libcontainerd/containerd"
|
|||||||
subreaper = true
|
subreaper = true
|
||||||
# set containerd's OOM score
|
# set containerd's OOM score
|
||||||
oom_score = -999
|
oom_score = -999
|
||||||
# CRI plugin listens on a TCP port by default
|
disabled_plugins = []
|
||||||
disabled_plugins = ["cri"]
|
|
||||||
|
|
||||||
# grpc configuration
|
# grpc configuration
|
||||||
[grpc]
|
[grpc]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user