-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Fixed CCNP garbage collection #21394
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
Conversation
CCNPs are converted internally into CNPs, but metadata.name has been forgotten Fixes cilium#21393 Signed-off-by: Andrey Klimentyev <andrey.klimentyev@flant.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch. It's a regression introduced by 8e9d511
/test |
/test Job 'Cilium-PR-K8s-1.25-kernel-net-next' failed: Click to show.Test Name
Failure Output
If it is a flake and a GitHub issue doesn't already exist to track it, comment |
@aanm |
|
/test-runtime |
/ci-multicluster |
From maintainer's little helper edit (Jenkins logs are no longer available), I assume the failure on k8s-1.25-kernel-net-next was an occurrence of #18054. Unrelated to the current PR, all seems in order. |
CCNPs are converted internally into CNPs, but
metadata.name
has been forgotten.Fixes: #21393