Navigation Menu

Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
app-emulation/containerd: Enable the CRI plugin
Browse files Browse the repository at this point in the history
Kubernetes uses containerd through the cri plugin which currently is
disabled due to it listening on a TCP port. Now the plugin is not
listening on a TCP port anymore but uses the same socket as gRPC.
We have documented how to enable it in
https://kinvolk.io/docs/flatcar-container-linux/latest/container-runtimes/switching-from-docker-to-containerd-for-kubernetes/
but it should work by default.

Fixes flatcar/Flatcar#283
  • Loading branch information
pothos committed Dec 11, 2020
1 parent 53251c9 commit f4eb45f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-emulation/containerd/files/config.toml
Expand Up @@ -6,8 +6,7 @@ state = "/run/docker/libcontainerd/containerd"
subreaper = true
# set containerd's OOM score
oom_score = -999
# CRI plugin listens on a TCP port by default
disabled_plugins = ["cri"]
disabled_plugins = []

# grpc configuration
[grpc]
Expand Down

0 comments on commit f4eb45f

Please sign in to comment.