Pod CrashLoopBackOff after gitlab eventsource created #1274
Unanswered
JulianZhang
asked this question in
Q&A
Replies: 2 comments
-
|
We had similar issue yesterday. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I had fix the problem, by add "http://" to gitlabBaseURL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear
I had create gitlab eventsource as example in master https://github.com/argoproj/argo-events/blob/master/examples/event-sources/gitlab.yaml.
The pod for the eventsource will be created, But will fail to CrashLoopBackOff status.
The error in log is as blow, it saws "Invalid url given", But the "http://gitlab.xxxx.com/api/v4/projects/334/hooks" url can be used to list hooks for that project.
I don't know how to fix or workaround it. I had try to create hook manually, but I don't know which url should used in hook.
Beta Was this translation helpful? Give feedback.
All reactions