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
I use stdoutConfig or stderrConfig features in my task definition at steps to redirect and collect all logs on a dedicated logstore workspace. In this case outputs on Tekton Dashboard also disappears unfortunately.
Is there a way to "tee" this output or still have the Dashboard output somehow?
Expected behavior
Still see steps' output in Tekton Dashboard.
Actual behaviour
No logs appear in Dashboard's task steps' output (shows only "no log available").
In case (for testing this) I use only stdoutConfig redirection then error outputs are there in step output, so it looks like Dashboard is tapped on stdout and stderr as well.
I can still see container outputs in Kubernetes of course, but losing Dashboard monitoring feature is less than ideal.
Hi @kaktusztea, thanks for reporting this, however it's not an issue with the Dashboard itself and can be reproduced using kubectl logs etc. as the logs are not being returned on the pod logs API.
There was a bug in Tekton Pipelines which has been fixed recently and will be included in the next Pipelines release (v0.47), see tektoncd/pipeline#6136 for more details.
I use
stdoutConfig
orstderrConfig
features in my task definition at steps to redirect and collect all logs on a dedicatedlogstore
workspace. In this case outputs on Tekton Dashboard also disappears unfortunately.Is there a way to "
tee
" this output or still have the Dashboard output somehow?Expected behavior
Still see steps' output in Tekton Dashboard.
Actual behaviour
No logs appear in Dashboard's task steps' output (shows only "no log available").
In case (for testing this) I use only
stdoutConfig
redirection then error outputs are there in step output, so it looks like Dashboard is tapped onstdout
andstderr
as well.I can still see container outputs in Kubernetes of course, but losing Dashboard monitoring feature is less than ideal.
Additional info
Kubernetes version: 1.24.2
Output of
kubectl version
:Tekton versions:
code snippet from mytask.yaml
The text was updated successfully, but these errors were encountered: