Alan Greene
Alan Greene
We should document an example for this, I'll try to put something together before end of year. /lifecycle frozen
A few months ago I did an experiment to rewrite the Dashboard back-end entirely (as well as rearchitecting the client, some of which we've already recently adopted in https://github.com/tektoncd/dashboard/issues/2452 and...
Looks like this was fixed in https://github.com/tektoncd/pipeline/pull/6184 which was first released in v0.46.0 /close
`timeouts.tasks` is for non-finally tasks, `timeouts.pipeline` includes both regular tasks and finally tasks https://tekton.dev/docs/pipelines/pipelineruns/#configuring-a-failure-timeout The documentation could probably make this clearer that `tasks` is the cumulative timeout for all non-finally...
That's a very old `tkn` version, you could also try `kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'` or manually inspect the labels on the controller to find the version....
Hi @max3ndeavour, it looks like you're running a very old version of the Tekton CLI: > Client version: 0.11.0. That was released in July 2020, almost 3 years ago. The...
I think this is the relevant section of the docs on when expressions: https://tekton.dev/docs/pipelines/pipelines/#guarding-a-task-only > When when expressions evaluate to False, the Task will be skipped and: > > -...
Thanks for raising this @ottlngr. This is a pattern used across all Tekton projects that can be installed on the cluster, not just Pipelines and Dashboard. It grants "get" permission...
This appears to be a duplicate of https://github.com/tektoncd/operator/issues/1927. Can you elaborate on your question @wibed ? Each release of Tekton Pipelines provides a release.yaml with all the CRDs etc. included....