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

update containerd to 1.5.5, runc to 1.0.1 #1716

Merged
merged 2 commits into from
Aug 23, 2021

Conversation

bcressey
Copy link
Contributor

Issue number:
Fixes #1670
#1674

Description of changes:
Update containerd to 1.5.5. The log reduction patch is no longer needed, and the volume relabeling patch is replaced by what's likely to be the upstream fix.

Update runc to 1.0.1. There's a 1.0.2 release that's coming soon with some fixes we want, but this is still a useful upgrade over 1.0.0-rc95.

Testing done:
Verified that a sonobuoy run passes for a 1.21 cluster. Confirmed that tasks launch for ECS. No unusual new errors from runc, containerd, or kubelet in the logs.

Verified that pods still had the larger number of file descriptors.

Verified that SELinux labeling was still correct.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

The logging reduction patch is superseded by an upstream fix:
  containerd/containerd@1f5b84f27

The relabeling fix is not needed after excluding SELinux attributes
when copying files for the volume:
  containerd/containerd#5104

Signed-off-by: Ben Cressey <bcressey@amazon.com>
Signed-off-by: Ben Cressey <bcressey@amazon.com>
packages/runc/Cargo.toml Show resolved Hide resolved
@tjkirch tjkirch merged commit e723ddd into bottlerocket-os:develop Aug 23, 2021
@bcressey bcressey deleted the update-containerd-runc branch May 16, 2022 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to containerd 1.5.x series
3 participants