Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

containerd release bundles deprecated #1679

Open
martin-adema opened this issue Jan 31, 2025 · 4 comments
Open

containerd release bundles deprecated #1679

martin-adema opened this issue Jan 31, 2025 · 4 comments
Assignees
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.

Comments

@martin-adema
Copy link

Environment

  • Make target: make build-node-ova-vsphere-flatcar
  • Run using container image? (Y/N): Y
  • Environment vars:
PACKER_VAR_FILES=packer-var.json
  • Vars file:
"containerd_sha256": "9bd5b6a1bdf505d520d9a329c520258ed0a17faa9fe3db12712ee858ad59aae3",
"containerd_version": "2.0.2",

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
<!--
If you have any relevant build logs that could help debug this issue please include them here
but MAKE SURE ANY SENSITIVE INFO IS REMOVED!
-->

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

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jan 31, 2025
@AverageMarcus
Copy link
Member

Thanks for this! Any chance you're able to work on a PR to resolve this?

/label help-wanted

@k8s-ci-robot
Copy link
Contributor

@AverageMarcus: The label(s) /label help-wanted cannot be applied. These labels are supported: api-review, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, team/katacoda, refactor, ci-short, ci-extended, ci-full. Is this label configured under labels -> additional_labels or labels -> restricted_labels in plugin.yaml?

In response to this:

Thanks for this! Any chance you're able to work on a PR to resolve this?

/label help-wanted

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@AverageMarcus AverageMarcus added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Feb 3, 2025
@sivchari
Copy link
Member

sivchari commented Feb 4, 2025

/assign

@sivchari
Copy link
Member

sivchari commented Feb 4, 2025

Hi, @AverageMarcus
At a glance, #1658 will resolve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

4 participants