-
Pipeline controller sometimes cause `performance` issues. It's not easy to identify whether a code change is introducing any delay. With such a wide code base and so many moving pieces, the contributo…
-
**Steps:**
1. ASSERT: have "buildpacks" imported from TektonHub
2. EXEC: in tekton resource tree: double click [current cluster] > [current namespace] > Pipelines > buildpacks (opens it in an editor…
-
### Feature request
Add a CelRun [Custom Task](https://github.com/tektoncd/community/blob/master/teps/0002-custom-tasks.md) to provide CEL support in Pipelines. This allows us to experiment with …
-
Our [DEVELOPMENT.md](https://github.com/tektoncd/results/blob/main/docs/DEVELOPMENT.md) should be updated to include guidance on how to emulate the different log storage providers. Alternatively, we c…
-
As of today, `tkn` is a very **big** binary.
```
$ du bin/tkn
147M bin/tkn
$ strip bin/tkn
$ du bin/tkn
118M bin/tkn
```
We should try to find some ways to reduce the size of it somehow 👼🏼…
-
## Feature Request
Create a sepreate e2e test suite which has the logging APIs enabled.
## Use Cases
The logs APIs (gRPC and REST) are an opt-in feature that will require differentiated end t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kubernetes Version
v1.25 or higher
### Shipwright Version
v0.12.0 (and earlier)
### Current Behavior
When …
-
Tekton Pipeline has matured since the inception but at the same time, the project is under active development. Many organizations have adopted Tekton Pipelines for various use cases. For the project a…
-
If the cluster doesn't have tekton installed the user is show this message
![image](https://user-images.githubusercontent.com/49404737/85117955-ebeb0600-b21f-11ea-9b41-cf06ee226d36.png)
It could b…
-
Hi :wave:
I made https://github.com/chmeliik/checkton, a GitHub action that runs ShellCheck on scripts embedded in YAML files.
The main motivation was to use it on https://github.com/konflux-ci…