chore: containerd v2.3.5 and the nftables masquerade backend - #26
Merged
Conversation
containerd v2.3.5 carries CVE-2026-53495 and GHSA-rp3h-jf77-q9p4. The bridge conflist now sets ipMasqBackend: nftables and nftables joins the essential packages: with the iptables backend, 100 concurrent container starts on an 8-vCPU node serialize on the xtables lock (~0.55 s each) and the slowest exceed the oci-hook's 60 s CNI timeout, so only 34-41 of 100 come up; with nftables the same 100 start in 9-11 s with none lost (50 in 5.6 s instead of 34 s).
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
containerd_versionv2.3.4 → v2.3.5 (CVE-2026-53495, GHSA-rp3h-jf77-q9p4, shim load/delete fixes). The lane's containerd node was upgraded the same way (release tarball, checksum verified) and passes the containerd e2e set.ipMasqBackend: nftablesandnftablesjoins the essential packages (the bridge plugin drivesnftfor outbound NAT). With the iptables backend, 100 concurrent container starts on an 8-vCPU node serialize on the xtables lock (~0.55 s each) and the slowest exceed the oci-hook's 60 s CNI timeout, so only 32–41 of 100 come up; with nftables the same 100 start in 9–11 s with none lost and 50 start in 5.6 s instead of 34–43 s (two interleaved rounds on the lane, core v0.1.4 and perf: bound the creates in flight on one node core#735 both).