You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am setting up example gcp event source and sensor from argo-events examples.
Argo-events and argo-workflows were installed with helm, example workflow I took from the argo-events github is also packaged with helm and installed via argocd.
However, event source can't run with the error:
2023-11-24T12:06:11.142Z FATAL argo-events.eventsource cmd/start.go:67 failed to start eventsource server {"eventSourceName": "my-event-source", "error": "no active event server running"}
github.com/argoproj/argo-events/eventsources/cmd.Start
/home/runner/work/argo-events/argo-events/eventsources/cmd/start.go:67
github.com/argoproj/argo-events/cmd/commands.NewEventSourceCommand.func1
/home/runner/work/argo-events/argo-events/cmd/commands/eventsource.go:14
github.com/spf13/cobra.(*Command).execute
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:944
github.com/spf13/cobra.(*Command).ExecuteC
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068
github.com/spf13/cobra.(*Command).Execute
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/argoproj/argo-events/cmd/commands.Execute
/home/runner/work/argo-events/argo-events/cmd/commands/root.go:19
main.main
/home/runner/work/argo-events/argo-events/cmd/main.go:8
runtime.main
/opt/hostedtoolcache/go/1.20.7/x64/src/runtime/proc.go:250
It's not quite informative, but as far as I understand - no active event server running means that it failed to start (not because I need to run some event server separately).
So the reason can be in event source -> pubsub connection.
I tried 2 ways:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am setting up example gcp event source and sensor from argo-events examples.
Argo-events and argo-workflows were installed with helm, example workflow I took from the argo-events github is also packaged with helm and installed via argocd.
However, event source can't run with the error:
It's not quite informative, but as far as I understand - no active event server running means that it failed to start (not because I need to run some event server separately).
So the reason can be in event source -> pubsub connection.
I tried 2 ways:
credentialSecret
as said here https://github.com/argoproj/argo-events/blob/stable/examples/event-sources/gcp-pubsub.yaml#L36Both didn't work.
My event-source:
secret is created via terraform, here is it's yaml:
In my environment I see these pods:
I have two questions:
Beta Was this translation helpful? Give feedback.
All reactions