redhat-developer / gitops-operator

An operator that gets you an ArgoCD for cluster configuration out-of-the-box on OpenShift along with the UI for visualizing environments.
Apache License 2.0
151 stars 282 forks source link

Tekton operator does not install on OCP cluster #769

Closed brian316 closed 2 months ago

brian316 commented 2 months ago

Describe the bug tekton operator 0.72 does not install correctly.

To Reproduce Install Red Hat OpenShift GitOps Operator - version 1.13.1

Expected behavior all operators install

here is the error from the failed tekton pod

2024/08/23 16:25:27 Registering 3 informer factories
2024/08/23 16:25:27 Registering 15 informers
2024/08/23 16:25:27 Registering 8 controllers
{"level":"info","timestamp":"2024-08-23T16:25:27.111Z","logger":"tekton-operator-lifecycle","caller":"profiling/server.go:65","msg":"Profiling enabled: false","commit":"c9fe128-dirty","knative.dev/pod":"tekton-operator-f99d769f4-sbh4h"}
{"level":"fatal","timestamp":"2024-08-23T16:25:27.112Z","logger":"tekton-operator-lifecycle","caller":"sharedmain/main.go:391","msg":"Version check failed","commit":"c9fe128-dirty","knative.dev/pod":"tekton-operator-f99d769f4-sbh4h","error":"kubernetes version \"1.26.15+4818370\" is not compatible, need at least \"1.28.0-0\" (this can be overridden with the env var \"KUBERNETES_MIN_VERSION\")","stacktrace":"knative.dev/pkg/injection/sharedmain.CheckK8sClientMinimumVersionOrDie\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/injection/sharedmain/main.go:391\nknative.dev/pkg/injection/sharedmain.MainWithConfig\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/injection/sharedmain/main.go:256\ngithub.com/tektoncd/operator/pkg/reconciler/platform.startMain\n\tgithub.com/tektoncd/operator/pkg/reconciler/platform/platform.go:112\ngithub.com/tektoncd/operator/pkg/reconciler/platform.StartMainWithSelectedControllers\n\tgithub.com/tektoncd/operator/pkg/reconciler/platform/platform.go:130\nmain.main\n\tgit...

It seems like I need to update my cluster (current OCP 4.13.45) but there should be some minimum supported version for install.