Skip to content

reconciler loop names must be unique #590

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

Closed
jenshu opened this issue Mar 20, 2025 · 1 comment
Closed

reconciler loop names must be unique #590

jenshu opened this issue Mar 20, 2025 · 1 comment
Assignees

Comments

@jenshu
Copy link
Contributor

jenshu commented Mar 20, 2025

controller-runtime (in v0.19.x and up) now enforces unique controller names (see kubernetes-sigs/controller-runtime#2902)

the skv2 input reconciler template is using the same name ("Service" and "das") multiple times which results in errors like
Error occurred when adding reconciler to cluster loop{error 26 0 controller with name das-target already exists. Controller names must be unique to avoid multiple controllers reporting to the same metric and causes reconcile events to not be received

@jenshu
Copy link
Contributor Author

jenshu commented Mar 20, 2025

fixed in v0.41.1 and v0.43.1

@jenshu jenshu closed this as completed Mar 20, 2025
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

No branches or pull requests

1 participant