Skip to content

reconciler loop names must be unique #590

@jenshu

Description

@jenshu

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions