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
Running tkn t log and tkn tr log gives a different representation but they are expected to be the same.
Actual Behavior
$ tkn t ls
NAME DESCRIPTION AGE
echo-task 33 minutes ago
print-task 33 minutes ago
$ tkn tr ls
NAME STARTED DURATION STATUS
echo-pipeline-run-echo-task 33 minutes ago 5s Succeeded
echo-pipeline-run-print-task 33 minutes ago 7s Succeeded
$ tkn t logs
? Select task: echo-task
Hello, Tekton!
$ tkn tr logs
? Select taskrun: echo-pipeline-run-echo-task started 34 minutes ago
[echo] Hello, Tekton!
Steps to Reproduce the Problem
Create sample Task and Taskrun YAML files.
Run tkn t logs.
Run tkn tr logs
Compare both.
Additional Info
The text was updated successfully, but these errors were encountered:
Versions and Operating System
Output of
tkn version
Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
Operating System:
Expected Behavior
Running
tkn t log
andtkn tr log
gives a different representation but they are expected to be the same.Actual Behavior
Steps to Reproduce the Problem
tkn t logs
.tkn tr logs
Additional Info
The text was updated successfully, but these errors were encountered: