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

app-emulation/containerd: make containerd listen on localhost #41

Merged
merged 1 commit into from Jun 28, 2019

Commits on Jun 27, 2019

  1. app-emulation/containerd: make containerd listen on localhost

    In the past there had been an issue of containerd listening on a public
    address with TCP port 10010. The issue was fixed in all channels, by
    disabling the gRPC plugin of containerd. [1]  However, Flatcar edge
    enabled the gRPC plugin again, to support cgroup v2 for containerd. [2]
    As a result, the original issue of containerd happened again on Flatcar
    edge.
    
    To fix that, we should make containerd listen on localhost 127.0.0.1,
    and a TCP port 10010. See also containerd/cri docs. [3]
    Also bump containerd to 1.1.2-r3.
    
    [1] coreos/bugs#2524
    [2] 8184af2
    [3] https://github.com/containerd/cri/blob/53c2230ec09d3672dbfb39756954b1a4afdb1ab8/docs/config.md
    Dongsu Park committed Jun 27, 2019
    Copy the full SHA
    27258f4 View commit details
    Browse the repository at this point in the history