-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add the support to install event sources #298
Comments
We used to have a discussion on this feature: knative/eventing-operator#92 |
How does that relate to: #206 ?? |
This issue is stale because it has been open for 90 days with no |
/reopen |
@houshengbo: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We can leverage the same model in knative serving CR, defining the ingress, to install an eventing source:
The field |
@evankanderson @maximilien |
I think @antoineco might be interested in this as well and might have some ideas. |
Problem
We cannot install any event resource available in https://github.com/knative/eventing-contrib.
Install the event sources available in the repo eventing-contrib. Make the CR able to configure the list of event sources, to be installed in the knative eventing.
The custom resource will look like this:
We can use a comma separated string to specify all the event sources to be installed. Or use the following CR
Persona:
Which persona is this feature for?
Administrators.
Exit Criteria
A measurable (binary) test that would indicate that the problem has been resolved.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Additional context (optional)
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: