Skip to content

Containerd 1.5.0-beta generated config still used : "io.containerd.grpc.v1.cri" instead of cri #5151

@survivant

Description

@survivant

I installed containerd 1.5.0-beta from from this link : wget https://github.com/containerd/containerd/releases/download/v1.5.0-beta.3/cri-containerd-cni-1.5.0-beta.3-linux-amd64.tar.gz

untar it followed by : containerd config default | sudo tee /etc/containerd/config.toml

In this guide : https://github.com/containerd/containerd/blob/master/docs/cri/registry.md

it's written

 The configuration syntax used in this doc is in version 2 which is the recommended since containerd 1.3. If your configuration is still in version 1, you can replace "io.containerd.grpc.v1.cri" with cri

here part of the file that was generated

root@test-pcl114:~# cat /etc/containerd/config.toml
version = 2
root = "/var/lib/containerd"
state = "/run/containerd"
.....
[plugins."io.containerd.grpc.v1.cri"]
    disable_tcp_service = true
...


root@test-pcl114:~# containerd --version
containerd github.com/containerd/containerd v1.5.0-beta.3 02334356d0774a5b194e67b5f1383fd2485ea67a
root@test-pcl114:~#

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions