Paulius
Paulius
# Actual Behavior After Tekton timeout, application pods get deleted and in result the logs also disappear.  # Steps to Reproduce the Problem ``` apiVersion: tekton.dev/v1beta1 kind: Pipeline metadata:...
# Actual Behavior - Once in a while tasks fail with unknown errors. For example, even the [git-clone](https://github.com/tektoncd/catalog/tree/main/task/git-clone) task from the Tekton catalog failed without even reaching any of the...
# Expected Behavior EventListener can see Triggers in other than deployment namespaces. # Actual Behavior EventListener cannot see Triggers in other than deployment namespaces. # Steps to Reproduce the Problem...
### Feature request Allow setting different "keep" and "keepSince" pruner settings per namespace, because namespaces may have a different amount of traffic, so in some cases it makes sense to...
### Feature request We're using Tekton Operator Pruner to delete old PipelineRuns from the cluster. Tekton Operator Pruner uses Tekton CLI to delete PipelineRuns. However, it's impossible to delete PipelineRuns...
# Expected Behavior Task without command and script arguments can resolve entrypoint from image manifest laying in a private repository. # Actual Behavior `PodCreationFailed.` Tekton Pipelines controller receives this error:...
I'm looking for a workflow to use bundle resolver with bundled images (tkn bundle) from Amazon ECR private repositories. With the previous bundle resolver implementation (when it still used ServiceAccounts...
Hello, method autocomplete does not work for me, also outline does not work all the time.
# Expected Behavior ECR cache is not saved or saved without any errors. # Actual Behavior Informational message is printed to the log file of the remote-resolvers pod: `time="2024-07-17T09:19:00Z" level=info...
Hey, I'm not able to reference results from the task on Windows nodes, in Linux it works without any problems. - Tekton Pipeline version: v0.35.1 - Pipeline definition: ```yaml apiVersion:...