Open wisonzhu opened 1 year ago
encountering this issue also
can u mention the min and max versions u tried on?
can u mention the min and max versions u tried on?
etc v3.4.11, v3.4.12(max), v3.2.3(min)
this is caused by stdout, stderr being separate and not interleaved by timestamp https://github.com/argoproj/argo-workflows/blob/4742e9dd6ab2b797d32cb0953849fdcfe82ea325/cmd/argoexec/commands/emissary.go#L246-L256 some posts like https://www.reddit.com/r/golang/comments/ep02yz/concurrency_problem_when_writing_to_stdout_and/ suggest to use https://pkg.go.dev/os/exec#Cmd.CombinedOutput but that would not allow real-time log streaming
Pre-requisites
:latest
What happened/what you expected to happen?
view artifact log :
view main container output:
view vm log:
Version
all version
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container