python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I access a private Container Registry from IBM Cloud Delivery Pipeline (Tekton)
I am trying to use a container image from a private container registry in one of my tasks.
apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: echo-hello-world
spec:
steps:
- name: echo
...
habercde
Votes: 0
Answers: 3
Tekton on EKS how to work with zones when using volumeClaim?
Update 2022-03-22: I could isolate the problem to the Cluster
Autoscaler and not enough pod "slots" left on a node. No solution still. For a detailed
analysis see https://github.com/tektonc...
user18275887
Votes: 0
Answers: 1
Tekton pipeline input: source code from local as tar file
Due to restriction on access for corporate git repository, I want to provide the source code as input (tar or zip file) to tekton. Can anyone guide me on how to achieve it.
himanshu_mps
Votes: 0
Answers: 1
Access Console of completed/failed tasks in Tekton
I am able to login into a taskrun pod as long as the task is being executed by:
kubectl exec $POD_NAME /bin/bash
However, if a task has failed or completed. I am unable to login by kubectl exec comma...
zXi
Votes: 0
Answers: 1