-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels