Skip to content

Eventing container names are not unique #2794

@aliok

Description

@aliok

Describe the bug
In eventing and serving operators, we have a feature that we can override the image for a container using a structure like this:

apiVersion: operator.knative.dev/v1alpha1
kind: KnativeEventing
metadata:
...
spec:
  registry:
    override:
      eventing-controller: docker.io/my-eventing-controller

However, the container names are not unique.

Deployments and their container names are listed below:

Deployment : Container
broker-controller : eventing-controller
eventing-controller: eventing-controller
eventing-webhook: eventing-webhook
imc-controller: controller
imc-dispatcher: dispatcher

Expected behavior
Clear, consistent and unique container names.

To Reproduce
Try overriding the image as explained above. You can't do it properly.

Knative release version
Eventing version: 0.13.0
Eventing operator version: 0.13.0

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions