Skip to content

Pass delegated plugin conflist also for del/check calls#1450

Open
JensErat wants to merge 1 commit intok8snetworkplumbingwg:masterfrom
JensErat:fix-delegated-del-check-calls
Open

Pass delegated plugin conflist also for del/check calls#1450
JensErat wants to merge 1 commit intok8snetworkplumbingwg:masterfrom
JensErat:fix-delegated-del-check-calls

Conversation

@JensErat
Copy link

A delegated plugin that requires configuration fails for del and check calls. Porting back the code added to the add call in #1419 resolves the issue.

Fixes #1449

This is validated in production, and the unit tests do not fail.

Do we need tests for this, what would be the most straight-forward way of adding one? From what I see the fake delegated plugin does not yet check for any passed configuration. Can we assume the configuration should be passed for any delegated CNI calls?

A delegated plugin that requires configuration fails for del and check calls. Porting back the code added to the add call in k8snetworkplumbingwg#1419 resolves the issue.

Fixes k8snetworkplumbingwg#1449

Signed-off-by: Jens Erat <email@jenserat.de>
@github-actions
Copy link

This pull request is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jan 10, 2026
@JensErat
Copy link
Author

still an issue

@github-actions github-actions bot removed the Stale label Jan 11, 2026
@miltalex miltalex mentioned this pull request Jan 28, 2026
@AlexDouze
Copy link

We need this fix too!

@Jc2k
Copy link

Jc2k commented Mar 23, 2026

Still need this fix here too.

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.

Delegated CNI conflist passed with add, but not check/del

3 participants