python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using --net=host in Tekton sidecars
I am creating a tekton project which will spawn docker images which in turn will run few kubectl commands. This I have accomplished by using sidecars in tekton docker:dind image and setting
securityCo...
zXi
Votes: 0
Answers: 1
Is it possible to run Tekton Pipeline/Project outside of Kubernetes Cluster?
I wanted to check if Tekton Project/Pipeline can run out from K8's cluster. As example I'm wondering to see if tekton project can be execute in Linux/Windows Server? Does it possible?
If Tekton can e...
Shubham Malve
Votes: 0
Answers: 0
Is it possible to have a sidecar persist across multiple tasks in a Tekton pipeline?
Tekton's build-in sidecar functionality allows you to define sidecars that will run alongside a single task and stop when the task completes. The specific use-case I'm concerned with is using a Docker...
Hilda Hay
Votes: 0
Answers: 1
Binding a Tekton Workspace directory to a VolumeMount
We have a Tekton pipeline from which we want to run our ReadyAPI test suites. We're using the official image from SmartBear (https://hub.docker.com/r/smartbear/ready-api-soapui-testrunner).
The image ...
Andreas Bradahl
Votes: 0
Answers: 1