operator icon indicating copy to clipboard operation
operator copied to clipboard

Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)

Results 149 operator issues
Sort by recently updated
recently updated
newest added

# Expected Behavior Creates a working Tektonhub with the default tekton catalog # Actual Behavior Fails with cloning the default tekton catalog repo # Steps to Reproduce the Problem kubectl...

kind/bug

When installing the crds, and operator via release.yaml with the instructions found [here](https://tekton.dev/docs/operator/install/), the operator launches some Tekton components. After step 1 is completed, the instructions advise the creation of...

good first issue

# Changes Add jkhelil to Owners file # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [x] Run...

size/XS
do-not-merge/invalid-owners-file
release-note
ok-to-test

# Changes Adds webhook configuration options(FailurePolicy, TimeoutSeconds, SideEffects) to tektonConfig additional options # Submitter Checklist These are the criteria that every PR should meet, please check them off as you...

approved
release-note
ok-to-test
size/L

Context: As part of addressing https://issues.redhat.com/browse/OCPSTRAT-487, there's a plan to enable restricted security context by default starting from Openshift 4.16. Once this becomes the default setting, existing Triggers functionality may...

approved
size/XS
do-not-merge/work-in-progress
release-note

… this namespace # Changes Put back the namespace to the reconcile list if a resource creation is failing for this namespace, so we continue reconciling even if an error...

approved
release-note
ok-to-test
size/L

# Expected Behavior Pipeline tasks run successfully # Actual Behavior Pipeline tasks fail almost instantly with the message: ``` failed to create task run pod "xxxxxx-pipelinerun-vtrhv-fetch-source": pods "xxxxxx-pipelinerun-vtrhv-fetch-source-pod" is forbidden:...

kind/bug

### Feature request Currently we do not have tracing support to measure the time taken(latency and parameters used) on reconcile logic and other blocks. Without this trace, it is really...

kind/feature

# Expected Behavior Testcases should pass. # Actual Behavior Failed with namespace not found. [https://dashboard.dogfooding.tekton.dev/#/namespaces/bastion-p/pipelineruns/tekton-operator-ppc64le-nightly-run-pl7xb?pipelineTask=e2e-test-operator&step=run-e2e-tests&view=details](https://dashboard.dogfooding.tekton.dev/#/namespaces/bastion-p/pipelineruns/tekton-operator-ppc64le-nightly-run-pl7xb?pipelineTask=e2e-test-operator&step=run-e2e-tests&view=details) # Steps to Reproduce the Problem 1. install kubeadm cluster 2. clone operator code 3....

kind/bug