Event driven workflows #5819
-
Hi - sorry, really basic getting started question here. But I can't seem to find it in the docs really. But if I want event driven workflows managed by Argo, I need to install argo workflows -and- argo events? When I install argo workflows, in the web interface I see events and sensors and the ability to create new events and sensors. But also, the docs say to install events in the namespace argo-events and the workflows in the namespace argo. If I am to install both argo events and argo workflows, should I install the argo events in the argo namespace for use with workflows? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You should install both of them in the same namespace, regardless of the specific name of the namespace. Make sure to use namespaced installation and specify --namespaced in your controllers. |
Beta Was this translation helpful? Give feedback.
You should install both of them in the same namespace, regardless of the specific name of the namespace. Make sure to use namespaced installation and specify --namespaced in your controllers.