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

release page:https://github.com/tektoncd/operator/releases ![image](https://github.com/tektoncd/operator/assets/33590311/d00e779b-5d17-4bbc-b213-2912e62619d0) ``` root@ubuntu:~# cat test.sh RELEASE_FILE=https://storage.googleapis.com/tekton-releases/operator/previous/v0.69.1/release.yaml REKOR_UUID= # Obtains the list of images with sha from the attestation REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation...

### Feature request How do I install tekton operator in an offline environment? ### Use case Install tekton in offline environment. I can't specify the docker image that the tekton...

kind/feature

on [community operator release](https://github.com/k8s-operatorhub/community-operators/tree/main/operators/tektoncd-operator), we generate manifests from https://github.com/tektoncd/operator/tree/v0.70.0/operatorhub/kubernetes The following fields are mandatory, but those fields are missing on `manifests/tektoncd-operator.clusterserviceversion.yaml` * `metadata.annotations.containerImage` - operator image * `spec.minKubeVersion` - minimal...

kind/bug

# Changes # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [ ] Run `make test lint` before...

do-not-merge/hold
release-note-none
size/L

it is possible to create `HPA` and `ConfigMap` via `options` [1] I was not aware of multiple installersets creation for a component at the time of `options` implementation. I see,...

kind/bug

If something goes wrong on the cluster with pipelines component, we are displaying the error on that component. TektonConfig CR is the root for all the components. But it say...

kind/feature

### Discussed in https://github.com/tektoncd/operator/discussions/1803 Originally posted by **JuMasta** October 24, 2023 Hi! We use Tekton-operator v0.68.0 version. Can I set parameters kube-api-burst and kube-api-qps to EventListener via TektonConfig or any...

kind/feature

we have `options` under all the components. User can update or create a resources with `options` as mentioned in https://tekton.dev/docs/operator/tektonconfig/#additional-fields-as-options It is not mandatory to update all the fields, however...

kind/bug

# Changes Fix #1914 Fix a broken link in `Development.md`. # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them:...

size/XS
release-note
needs-ok-to-test

### Feature request The operator should provide a way to configure DB's PVC. Update of operator, Change, and Deletion of TektonResult CR shouldn't affect the DB's PVC. Internal DB to...

kind/feature