-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
None
-
None
-
None
-
False
-
-
False
-
-
Description of problem:
Tekton Pipelines are not installed on the cluster
Logs:
""logger":"build","msg":"Cannot start manager: Tekton Pipelines are not installed on the cluster"
Cluster Environment
OpenShift single Node cluster from demo.redhat.com
NEW OCP 4.16.34
OCP Builds 1.13
Prerequisites (if any, like setup, operators/versions):
Workaround
According to the logs of the pod openshift-pipelines-operator-7cd8f9c895-s9tbn , -> ""error":"admission webhook \"validation.webhook.operator.tekton.dev\" denied the request: validation failed: missing field(s
): spec.pruner.resources"
I edited the TektonConfig config object: "oc edit TektonConfig config"
And added the resources section to the spec.pruner
pruner: disabled: false keep: 100 resources: - taskrun - pipelinerun
# <steps>
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):