-
Should we support long-running batch-jobs?
Are these in the scope of OpenFaaS functions which are typically several seconds in duration?
Are there primitives in Kubernetes such as jobs which we …
-
### Feature request
Introduce a configurable grace period for TaskRun pods to be in ImagePullBackOff without failing the TaskRun.
### Use case
We are using Tekton to execute TaskRuns. In our …
-
# Expected Behavior
Using pipeline 0.44 and `embedded-status` set to `both` or `full`, it should be possible to list `PipelineRun` with `v1` and not runing into issues.
# Actual Behavior
Depe…
-
# Actual Behavior
After Tekton timeout, application pods get deleted and in result the logs also disappear.
![image](https://user-images.githubusercontent.com/40565212/182314493-fb357315-39d6-43e7-9…
-
The OCI bundles feature is implemented today through remote resolution, which is in beta.
The feature flag for OCI bundles is still in alpha. It should be deprecated and eventually removed.
The O…
-
@af-wieda
```
In https://github.com/openshift/tektoncd-pipeline-operator/blob/master/deploy/resources/addons/01-clustertriggerbindings/bitbucket.yaml
When a Bitbucket Server has both SSH and HTTP…
khrm updated
5 months ago
-
With #5450 about to merge, we're adding support for remote resolution of `Task`s and `Pipeline`s using Git providers' APIs. Which is great! But it does come with a sizable limitation - you can only ha…
-
Hello,
recently we ran into a problem in Tekton, where we get a `401 Not Authorized` when trying to access our private ECR.
I had a look into it and found that a version mismatch between 2 depend…
-
### Feature request
Example:
```
kind: Pipeline
spec:
tasks:
- name: build
taskRef:
name: build-go
resources:
limits:
cpu: 100m
memory: 128Mi
…
-
# Expected Behavior
After implementation of Stage 1 of TEP-0154 (concise resolver syntax), Users should be able to pass anything that looks like:
`://...` as input.
e.g. Something like
``…