-
Notifications
You must be signed in to change notification settings - Fork 593
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
Ability for ApiServerSource to extract information from remote clusters. #3785
Comments
Decided against adding this for v1beta1. @arzarif how important is this feature for you? |
Hi @grantr - apologies for the delayed response. I'd say it's an important feature, but not a pressing one currently (for me anyway). The specific use case I had in mind was pulling in events from across multiple clusters into an event bus that resides within a centralized operations cluster; my intention was to be able to kick off Tekton-based pipelines from this operations cluster using these events. |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
I was also evaluating the best way to deploy knative in such architecture where there are multiple user clusters, to make it central I would run serving in just one cluster and this is where it would make sense to have eventing deployed in the same cluster as well and then the source to connect with different clusters using kubeconfig. |
This issue is stale because it has been open for 90 days with no |
Problem
In #3295 we asked for feedback regarding Core Sources. One ask was to allow ApiServerSource to specify a kubeconfig in order to be able to point to a different cluster. See #3295 (comment).
Persona:
Developer
Exit Criteria
ApiServerSource can connect to a different cluster.
Additional context (optional)
See #3295
The text was updated successfully, but these errors were encountered: