containerd release bundles deprecated #1679
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
Environment
make build-node-ova-vsphere-flatcar
What steps did you take and what happened?
Running
make build-node-ova-vsphere-flatcar
to create an image but failed on containerd installation.What did you expect to happen?
Installation of containerd.
Relevant log output
Log Output
Anything else you would like to add?
From containerd v1.6 the cri-containerd-*.tar.gz release bundle has been deprecated, see containerd/containerd#9096.
From v2.0 the release bundle has been removed.
containerd, runc and the CNI plugins need to be installed separately:
https://github.com/containerd/containerd/blob/main/docs/getting-started.md#step-1-installing-containerd
https://github.com/containerd/containerd/blob/main/docs/getting-started.md#step-2-installing-runc
https://github.com/containerd/containerd/blob/main/docs/getting-started.md#step-3-installing-cni-plugins
ansible/roles/containerd/tasks/main.yml however expects a single bundled archive.
/kind bug
The text was updated successfully, but these errors were encountered: