tkn clustertask start <name> with --last
flag shows no taskrun found associated with ClusterTask <name>
#1331
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Versions and Operating System
Kubernetes version:
Output of
kubectl 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
When doing a
tkn clustertask start
using--last
flag a taskrun should be created which should use the values from the last run taskrunActual Behavior
When doing a
tkn clustertask start
using--last
flag a taskrun it is showing no taskrun found associated to that clustertaskSteps to Reproduce the Problem
tkn ct start
and using the flag--last
or-L
Additional Info
Since tektoncd/pipeline#3764 got merged so only
tekton.dev/clusterTask
would be present when a taskrun is created for a clustertask/assign
The text was updated successfully, but these errors were encountered: