Tekton cli (in POD): cannot find existing pipeline
Running a 'tkn' command in a deployed pod wil result in the error message that it cannot find the pipeline in namespace 'test'.The deployment:apiVersion: apps/v1kind: Deploymentmetadata: name: tkncli...
View ArticleEventlistener: Operation cannot be fulfilled on deployments.apps "el-xxx":...
When applying the Kubernetes resource Tekton EventListener, it keeps complaining:Operation cannot be fulfilled on deployments.apps"el-event-listener-test-starter": the object has been modified;...
View ArticleTekton Test Server - How to run tests against a server in a pipeline [closed]
I want to run tests against a server during my tekton pipeline.Locally I would spin the server up in one terminal and run my tests in another terminal.Whats the best way to do this in tekton? Should I...
View ArticleVolume Write Permissions
How can I give the non-root user full access to the mounted volume path in Kubernetes (pod)?I'm using a volume on the host (/workspace/projects path) and writing to the directory as...
View ArticleEventlistener: Operation cannot be fulfilled on deployments.apps "el-xxx":...
When applying the Kubernetes resource Tekton EventListener, it keeps complaining:Operation cannot be fulfilled on deployments.apps"el-event-listener-test-starter": the object has been modified;...
View ArticleGit cli pull request - no PR created in the remote repo
After creating a git pull request by CLI, it is not visible in the remote repo. Should I use another push request to update the remote (Gitea) repo?Context is a Tekton pipeline. I have to work with the...
View ArticleTrying to fix the problems for Tekton Script
Here are three scripts for Tekton. It did not find git directory and compile with mvn due to the missing pom.xml. I tried to fix the problems by revising task, pipeline and pipelinerun but it is not...
View ArticleGit cli pull request - no PR created in the remote repo
After creating a git pull request by CLI, it is not visible in the remote repo. Should I use another push request to update the remote (Gitea) repo?Context is a Tekton pipeline. I have to work with the...
View ArticleSonarscanner tekton task is throwing ERROR: Error during SonarScanner...
SonarQube scanner tekton task https://hub.tekton.dev/tekton/task/sonarqube-scanner in default configuration is throwing following exception while scanning project in Go:step-sonar-scanINFO: Scanner...
View ArticleHow can I make a Tekton Task's command execution wait until the previous...
I have an OpenShift/Tekton pipeline which in Task A deploys an application to a test environment. In Task B, the application's test suite is run. If all tests pass, then the application is deployed to...
View ArticleDebugging thrift_http in OpenTelemetry Collector to send Tekton Traces
I have an otel-collector deployed that works perfectly accepting OTLP traces. Now, I want configure Tekton to add traces of the executed Pipelines. Currently, it only provides traces in HTTP Thrift...
View ArticleHow to specify a workspace name as a parameter when creating a Tekton Trigger
I'm new to Tekton and recently stabled upon the following question:I have a pipeline which I manually run by issuing the following CLI command:pipeline start pipeline \ -p url="https://github.com/..."...
View ArticleTekton CD Pruner Job Pod Hanging with Istio Sidecar
I use Istio in my cluster with sidecar injection. When my Tekton pruner finishes a run, the pruner container stops but the Istio sidecar container does not. This prevents the job from finishing and the...
View ArticleHow do I automatically apply updates to Tekton resources stored in a git repo?
As background, I am in the process of upgrading a few projects from Jenkins and Gitlab CI based CI to use Tekton. In those projects, it is common to see a Jenkinsfile or .gitlab-ci.yml defining what...
View ArticleHow to get the brach name from a bitbucket PR trigger in Tekton?
I'm building a Tekton pipeline where I need to get all the modified files in a PR. This pipeline is initiated by a Bitbucket Pull Request web hook. The problem is the web hook payload includes the...
View ArticleHow to install certain packages that are not available inside a container...
I am working on tekton pipeline and I am trying to build my Dockerfile inside a running container (i.e., dind), but it's not able to find a few packages inside the container environment.#No match for...
View ArticleTekton error , how to fix: Error executing command: fork/exec...
I'm getting this error for one of the tekton steps. How do I fix?macos, docker-kubernetesError executing command: fork/exec /tekton/scripts/script-2-m6dkb: no such file or directory---apiVersion:...
View ArticleOpenShift pipeline - How to allow only one Pipeline run at a time?
Hi I am new to OpenShift and from what I can see if I go to a Pipeline and select start twice, immediately two PipelineRuns will run in parallel. This will cause a error because both run's pods will...
View ArticleTekton Dashboard OIDC
Is there a supported way to enable OIDC with Tekton dashboard? I found this link:https://medium.com/octo-technology-morocco/secure-authentication-to-tekton-dashboard-using-oidc-36de9b3f8a7dwhich...
View Articleerror running container: from /usr/bin/runc creating container
Inside a running container I am trying to build a container image using buildah (similar to dind).The running container is based out of ubi8 image and have instructions that installs both podman and...
View Article