-
When the same label/annotation exists in `Task` and `TaskRun` (with different values), `TaskRun` CRD is created with the values from `Task`. Is this by design? or Should labels from `TaskRun` take hig…
-
# Expected Behavior
The following would say something like "pt2-with-result" has an unknown field `type`. Only `name` and `value` can be defined in the Pipelinetask.
```
- name: pt2-with-result
…
-
### Use Case: Managing DNS Records for LoadBalancer Services with Knative and Tekton
#### Context
In our current workflow, we use Knative to trigger a Tekton `EventListener` when a Kubernetes serv…
-
Originally `verification-mode` from pipelines spec was removed in https://github.com/tektoncd/operator/pull/1481, but upgrade blocked with the following error,
```
{"level":"info","logger":"tekton-o…
-
/kind feature
**Description:**
The current code is
```python
RESOURCE_OP_IMAGE = ":".join(["quay.io/aipipeline/kubectl-wrapper", "latest"])
TEKTON_HOME_RESULT_PATH = "/tekton/home/tep-results/…
-
While there are certainly features of `tkn` that aid with debugging a `TaskRun` or `PipelineRun`, there isn't, in my opinion, something similar to the experience of using an IDE debugger when both dev…
-
### Summary
Lifecycle's analysis and google-cointainer, when executed in a kubernetes cluster where the dockercfgjson file is mounted from a secret, raises an error during analyse step:
```
Erro…
-
Based on feedback during the June 5 playback of the Event Operator, add a link to where the pipeline from the OpenShift UI can be viewed (ie, how will users see/find the pipelines AFTER the Tekton Da…
-
# Expected Behavior
I am currently playing with the resolver concept and trying to understand everything that is possible with it. I was particularly interested in being able to re-use a task resul…
-
# Expected Behavior
A PipelineRun, created by a Pipeline should not timeout after 1 hour, but rather after 2h30m.
I used the following configuration:
```
apiVersion: tekton.dev/v1beta1
kind…