-
A sensor submit a workflow but the workflow keep pending, I submit the workflow through Argo Cli: argo submit xxx.yaml -n xxx, the workflow started and completed well. Please help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You can use a https://github.com/argoproj/argo-events/blob/master/examples/sensors/mqtt-sensor.yaml#L15-L19 |
Beta Was this translation helpful? Give feedback.
You can use a
k8s
trigger which talks to k8s API server to create objects, and put the instance-id in the annotation directly.https://github.com/argoproj/argo-events/blob/master/examples/sensors/mqtt-sensor.yaml#L15-L19