-
Notifications
You must be signed in to change notification settings - Fork 263
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
Improve sink/subscriber support #563
Comments
This is now handled by a tekton specific prow.
Broker, knative service and URL can be specified, more types can be configured via sink prefixes in the config. Currently sink is looked up in the namespace kn is operating in, updated issue description with unchecked item for specifying namespace of the sink. |
Since sources natively support sending events to plain k8s services, it'd be nice to provide a shortcut, e.g. |
We discussed this, but we felt that referring to vanilla Kubernetes objects is outside the 'Knative contract'. (e.g. will it also work on CloudRun ?). See #898 for a more in depth discussion on this topic. |
This issue is stale because it has been open for 90 days with no |
Although this issue has been closed, I think we should still think about how to allow the specification of a different namespace for a cross-namespace eventing mesh. I create a new issue for this: #1143 |
In what area(s)?
Eventing
Describe the feature:
The following features are needed for proper sink/subscriber handling:
The text was updated successfully, but these errors were encountered: