Client Version: version.Info{Major:"1", Minor:"10+", GitVersion:"v1.10.0+b3b92b2", GitCommit:"b3b92b2", GitTreeState:"clean", BuildDate:"2020-07-15T09:27:21Z", GoVersion:"go1.14.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.0+359dd79", GitCommit:"359dd790a64aa35b626a6a081abddd7db9e2dd37", GitTreeState:"clean", BuildDate:"2020-09-24T13:29:40Z", GoVersion:"go1.15.0", Compiler:"gc", Platform:"linux/amd64"}
Versions and Operating System
Kubernetes version:
Output of
kubectl version:Tekton Pipeline version:
Output of
tkn versionorkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'Operating System:
Expected Behavior
The taskrun/pipelinerun should start and completed successfully
Actual Behavior
The taskrun/pipelinerun status is getting set to
CancelledSteps to Reproduce the Problem
--use-taskrun/--use-pipelinerunand provide name of cancelled taskrun/pipelinerunAdditional Info
Note:
tkn t/p start task-name/pipeline-name -Lcauses the same problem if the last taskrun/pipelinerun status iscancelledCommand execution logs: