You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addons/containerd/2.2.5/host-preflight.yaml, line 54-62 (link)
Preflight regression: cgroup v2 guard dropped for RHEL/CentOS/OL 8
Every prior containerd 2.x version in this repo (2.1.5 through 2.2.4) explicitly fails preflight for centos = 8, rhel = 8, and ol = 8 with the message: "containerd addon does not support centos 8 because containerd 2.2.x requires cgroup v2, which centos 8 does not enable by default". In this version those outcomes have been changed to pass, silently dropping the guard.
The automated script.sh template only checks whether the package exists in the repo — it has no knowledge of the cgroup v2 runtime requirement. That requirement hasn't changed in a patch release; users on RHEL/CentOS/OL 8 with the default cgroup v1 hierarchy who pass this preflight will likely encounter runtime failures after installation. The fix for previous versions (commit a6515c9b) was a deliberate manual override that the automation has now erased. The template's find_common_versions centos8 branch needs a cgroup v2 guard for 2.x versions, or this file needs to be manually patched to restore fail for these three OS entries.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated changes by the cron-containerd-update GitHub action