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.
Questions tagged [tekton]
156 questions
0
votes
2 answers
Deploying image to Knative service using knctl/kubectl in tekton pipeline
I was going through the official Tekton documentation where it deploys an image to Kubernetes using kubectl standard deployment object manifest . However I am trying use Tekton pipeline as CI/CD to deploy in a knative service which should either use…

Neil
- 5,919
- 15
- 58
- 85
0
votes
2 answers
Is it possible to install Tekton on local system (non container)
I want to install Tekton to explore its features and capabilities, I am aware that it is used for CI/CD of cloud native application but our use case is different.
I want to generate a war file using Tekton and deploy it on local liberty server. (I…

vikrant kamble
- 91
- 11
0
votes
1 answer
There is unknown field "container" in Tekton
I'm interested in Tekton these days.
However there are some issue when I implement Task with java fabric8.tekton apis.
There exist api which is adding steps in spec in units of container(withContainer) in TaskBuilder class.
However I got error…

jwl1993
- 314
- 1
- 13
0
votes
1 answer
How can I use Image PipelineResource for input in tekton task
As documented in https://github.com/tektoncd/pipeline/blob/master/docs/resources.md I have configured an Image PipelineResource:
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
name: my-data-image
spec:
type: image
params:
…

Georgios F.
- 417
- 5
- 15
0
votes
0 answers
Inconsistent Golang behavior between VSCode and CLI
I'm working with operator-sdk and am seeing inconsistent behavior between VSCode and the CLI.
When I run with operator-sdk run --local I see the below. But VSCode shows no errors. I'm not really sure why that might be or where the problem…

thisguy123
- 939
- 1
- 9
- 31
-1
votes
1 answer
Tekton dashboard
Got the following error, while trying to view tekton dashboard using the command kubectl port-forward -n tekton-pipelines service/tekton-dashboard 9097:9097
Error from server (NotFound): services "tekton-dashboard" not found

Vignesh Kathirkamar
- 109
- 5