Replies: 1 comment 3 replies
-
|
Here's a guess: do you have a reverse-proxy that's buffering the response? Build output is sent to the client as an event stream using server-sent events, so you may need to configure your routing layer to just directly forward traffic. |
Beta Was this translation helpful? Give feedback.
3 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.
-
I installed concourse via helm on K3s kubernetes.
now I try to execute a simple task and a job (both only a busybox echo "hello world")
and here the command hangs and never comes back until I ctrl-c
but obviously it seems to have succeeded:
same via UI and a job (only a busybox echo "hello world" again)
job starts, checks are ok (yellow) and task appears (and starts counting time)
from there nothing happens forever.
but going back to the job, all of a sudden it is green and finished
clicking back on the job, it is green now, but
loading ...forever without anything appearing.any ideas?
Beta Was this translation helpful? Give feedback.
All reactions