Questions tagged [tekton]

Tekton is a powerful and flexible open-source framework for creating CI/CD systems, allowing developers to build, test, and deploy across cloud providers and on-premise systems.

156 questions
2
votes
1 answer

How to create tekton task for building a docker slim?

Has anyone tried to create tekton task on building a docker slim?
Ash Poblete
  • 21
  • 1
  • 2
2
votes
1 answer

How to trigger Tekton Pipeline from GitLab CI directly with predefined GitLab CI variables & Tekton logs streamed into GitLab Pipeline logs

We have a AWS EKS running (setup using Pulumi), where we installed Tekton as described in the Cloud Native Buildpacks Tekton docs. The example project is available. Our Tekton pipeline is configured like this (which is derived from the Cloud Native…
jonashackt
  • 12,022
  • 5
  • 67
  • 124
2
votes
3 answers

Passing variables between Tekton Steps

I am trying to implement a basic Tekton CI pipeline. All the pipeline does is 1) get the source code 2) build an image with a new version and push it to an image registry. The image version is generated by a Tekton Step. Images are built by another…
Cyac
  • 447
  • 3
  • 15
2
votes
0 answers

Unable to Push AWS ECR Images in tekton pipeline

I created tekton pipeline on minikube as per this link (Basically I'm pulling the repo from github and generating image and pushing it to ECR) But in my case, I'm pushing the image to AWS ECR. I configured credentials of AWS ECR on my cluster as per…
Pavan Elthepu
  • 109
  • 3
  • 11
2
votes
1 answer

Tekton error , how to fix: Error executing command: fork/exec /tekton/scripts/script-2-m6dkb

I'm getting this error for one of the tekton steps. How do I fix? macos, docker-kubernetes Error executing command: fork/exec /tekton/scripts/script-2-m6dkb: no such file or directory --- apiVersion: tekton.dev/v1beta1 kind: Task metadata: …
Espresso
  • 5,378
  • 4
  • 35
  • 66
2
votes
2 answers

Tekton running pipeline via passing parameter

I have a Tekton Pipeline and PipelineRun definitions. But, I couldn't achieve to run Pipeline via passing parameter. apiVersion: tekton.dev/v1beta1 kind: PipelineRun metadata: generateName: build-deploy- labels: tekton.dev/pipeline:…
jdev
  • 33
  • 3
2
votes
2 answers

Compilation of Elyra-Pipelines to Tekton based Kubeflow fails

I've installed a kubernetes cluster running kubeflow pipelines based on tekton on top of KIND using the following instructions Now I'm getting the following error message from the Elyra pipelines editor. Running against an argo based kfp cluster…
Romeo Kienzler
  • 3,373
  • 3
  • 36
  • 58
2
votes
1 answer

How to link secret to default pipeline ServiceAccount in an OpenShift template?

Currently I am trying to make sure that the default pipeline account is able to perform the git-clone ClusterTask in a Tekton pipeline. With the following yaml, the task can be performed successfully (the repo gets pulled): apiVersion: v1 kind:…
Sebastian
  • 259
  • 3
  • 10
2
votes
3 answers

Tekton - Github integration

I'm looking for a way, if existing, of linking Tekton tasks running in Kubernetes cluster to GitHub steps, so that I can mark required steps in GitHub and allow PR merge only if they are passing. I know about Tekton triggers, which solve the other…
Luca Poddigue
  • 1,023
  • 2
  • 10
  • 20
2
votes
1 answer

Can Gitlab webhooks be used to trigger Tekton Pipelines?

I have a working Tekton Pipeline that is successfully triggered by a GitHub webhook, but it doesn't work with Gitlab webhook. I can see that the Gitlab webhook is triggered and that it gets to the EventListener container in OpenShift, but the…
2
votes
1 answer

Tekton pipelines - secret displayed on dashboard

Just wanted to know if there is a way I can stop showing the secret I created on tekton dashboard. For example - In the tekton task running this following command - The $APIKEY is being pulled from a secret resource created. And in the dashboard, I…
Pranav Bhatia
  • 440
  • 2
  • 6
  • 10
2
votes
1 answer

Execute maven-based end-to-end-tests and display result in Tekton Dashboard

Our end-to-end tests are based on maven/CucumberJVM. All artifacts are built using Jenkins and are saved in Artifactory. Then tekton should for one (or more) environments take over and set up the infrastructure (pods, ingress, configmaps, etc.)…
staeppvargen
  • 143
  • 10
2
votes
2 answers

CI/CD Automation in Tekton

Is it possible to enable CI/CD automation using Tekton Pipeline ? I have my project in GitHub repo. and whenever I make a change, I want to perform the build and deployment in Kubernetes automatically? I came across Prow, Trigger etc. If anyone…
testbg testbg
  • 193
  • 2
  • 11
2
votes
1 answer

Tekton on private Kubernetes cluster on GCP / GKE

I have installed Tekton on private kubernetes cluster. After that I wanted to create first resource but got exception: Internal error occurred: failed calling webhook "webhook.tekton.dev": Post…
1
vote
0 answers

Selenium (Java) and Angular 14 - document unloaded error

After upgrading a complex site to Angular 14 (from previous version), an error that I've never seen before has started popping up seemingligly at random when the Selenium/Cucumber/Java test suite is run in Tekton. The error is not reproducible…
1
2
3
10 11