Skip to content

Conversation

marseel
Copy link
Contributor

@marseel marseel commented May 14, 2025

Before, ciliumnodeconfigs were registered twice, causing conflict error on k8s apiserver. Example log:
verb="POST" URI="/apis/apiextensions.k8s.io/v1/customresourcedefinitions" resp=409
Based on cilium-operator logs, we can see that we tried to create ciliumnodeconfigs CRD twice:

Creating CRD [...] name=ciliumnodeconfigs.cilium.io 
...
Creating CRD [...] name=ciliumnodeconfigs.cilium.io

Fixes: #31721

Before, ciliumnodeconfigs were registered twice, causing conflict error
on k8s apiserver. Example log:
verb="POST" URI="/apis/apiextensions.k8s.io/v1/customresourcedefinitions"
resp=409
Based on cilium-operator logs, we can see that we tried to create
ciliumnodeconfigs CRD twice:
Creating CRD [...] name=ciliumnodeconfigs.cilium.io
...
Creating CRD [...] name=ciliumnodeconfigs.cilium.io

Fixes: cilium#31721

Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
@marseel marseel added the release-note/misc This PR makes changes that have no direct user impact. label May 14, 2025
@marseel
Copy link
Contributor Author

marseel commented May 14, 2025

/test

@marseel marseel requested a review from doniacld May 14, 2025 16:30
@marseel marseel marked this pull request as ready for review May 14, 2025 16:30
@marseel marseel requested a review from a team as a code owner May 14, 2025 16:30
@marseel marseel requested a review from joamaki May 14, 2025 16:30
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label May 15, 2025
@julianwiedmann julianwiedmann added this pull request to the merge queue May 16, 2025
Merged via the queue into cilium:main with commit 4b110ca May 16, 2025
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants