camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Auto-install knative broker by trigger annotation

Open nicolaferraro opened this issue 4 years ago • 5 comments

Present here: https://knative.dev/docs/eventing/channel-based-broker/

We can install the broker when a user refers to an endpoint like knative:event/name.

We couldn't do it previously because the annotation was expected to be set in the namespace, and that requires additional permissions. But the annotation on the trigger is ok.

nicolaferraro avatar May 13 '20 14:05 nicolaferraro

The channel-based-broker link gives 404. I think is the right doc, to install the broker when the annotation is set in the trigger. https://knative.dev/docs/eventing/broker/triggers/#trigger-annotations

claudio4j avatar Feb 15 '22 16:02 claudio4j

This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!

github-actions[bot] avatar Aug 22 '22 00:08 github-actions[bot]

Should we keep this open? cc @claudio4j @christophd

squakez avatar Sep 08 '22 09:09 squakez

I would say yes, as the trigger annotations may be set in he CreateTrigger function, this way the knative sugar controller takes care of it.

claudio4j avatar Sep 08 '22 21:09 claudio4j

Updated link for trigger annotations doc .

gansheer avatar Mar 17 '23 13:03 gansheer