[Backport release-1.2] fix(multus): build custom image with DEL cache fix by github-actions[bot] · Pull Request #2314 · cozystack/cozystack

and others added 2 commits

March 31, 2026 09:22
When CNI ADD never completes, multus DEL fails because delegate plugins
require runtime state that only exists after a successful ADD. This
creates a deadlock where containerd cannot release sandbox name
reservations, permanently blocking pod creation on the affected node.

Build a custom multus-cni image with a patch that returns success on
DEL when no cache file exists (ADD was never completed).

Upstream PR: k8snetworkplumbingwg/multus-cni#1498
Tracking issue: #2310

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
(cherry picked from commit 094b80a)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
(cherry picked from commit 1cd5643)

@dosubot dosubot bot added the size:M

This PR changes 30-99 lines, ignoring generated files.

label

Mar 31, 2026

@kvaps kvaps deleted the backport-2313-to-release-1.2 branch

March 31, 2026 09:22