Replies: 4 comments
-
What is the reason you want to do that? |
Beta Was this translation helpful? Give feedback.
-
The documentation suggests it is possible, q2 of the faq. https://argoproj.github.io/argo-events/FAQ/ Otherwise, I'm not sure what the suggested pattern of deployment is. Should all sensors be deployed in the same namespace as the event bus? Should there be a separate namespace per event source? |
Beta Was this translation helpful? Give feedback.
-
Ran into this as well; what is the best approach in a scenario where we want to trigger workflows across multiple namespaces?
|
Beta Was this translation helpful? Give feedback.
-
To me it is a matter of ownership. I can manage a single Highly Available EventBus for multiple Sensors. I have that in the Multiple teams can deploy their own You could argue that I wouldn't want to have to place everything in the Basically this: #3048 |
Beta Was this translation helpful? Give feedback.
-
....is this possible? So far, I am set up with a simple following of the docs...
controllers and event bus in "argo-events" namespace
argo workflow pieces in "argo" namespace
If I create a sensor for the example "webhook" event in the "argo" namespace, I can see that the sensor controller is picking it up correctly across the cluster. However, the sensor pod fails to deploy, and the error in the sensor controller logs suggest that the event bus is not reachable from the "argo" namespace. Is it possible to configure event bus access to the event bus in "argo-events" namespace?
Beta Was this translation helpful? Give feedback.
All reactions