-
Bug
-
Resolution: Done
-
Blocker
-
Pipelines 1.15.0
-
None
-
1
-
False
-
None
-
False
-
-
-
1
-
Pipelines Sprint TekShift 5
Description of problem:
Openshift Pipelines operator installation is failing
Prerequisites (if any, like setup, operators/versions):
Install the build 735244 (1.15.0) ** on 4.15 (Issue is present on 4.14 and 4.16 as well)
Steps to Reproduce
- Install the Openshift Pipelines operator
Actual results:
Installation of the operator is getting failed with the below error
{"level":"fatal","logger":"tekton-operator-lifecycle","caller":"common/initcontroller.go:69","msg":"failed to read manifest","commit":"6ab2874","knative.dev/pod":"openshift-pipelines-operator-69447c8fd-v5774","error":"error unmarshaling JSON: while decoding JSON: Object 'Kind' is missing in '{}'","stacktrace":"github.com/tektoncd/operator/pkg/reconciler/common.Controller.InitController\n\t/go/src/github.com/tektoncd/operator/pkg/reconciler/common/initcontroller.go:69\ngithub.com/tektoncd/operator/pkg/reconciler/openshift/manualapprovalgate.NewController.NewExtendedController.func1\n\t/go/src/github.com/tektoncd/operator/pkg/reconciler/kubernetes/manualapprovalgate/controller.go:53\ngithub.com/tektoncd/operator/pkg/reconciler/openshift/manualapprovalgate.NewController\n\t/go/src/github.com/tektoncd/operator/pkg/reconciler/openshift/manualapprovalgate/controller.go:30\nknative.dev/pkg/injection/sharedmain.ControllersAndWebhooksFromCtors\n\t/go/src/github.com/tektoncd/operator/vendor/knative.dev/pkg/injection/sharedmain/main.go:463\nknative.dev/pkg/injection/sharedmain.MainWithConfig\n\t/go/src/github.com/tektoncd/operator/vendor/knative.dev/pkg/injection/sharedmain/main.go:273\ngithub.com/tektoncd/operator/pkg/reconciler/platform.startMain\n\t/go/src/github.com/tektoncd/operator/pkg/reconciler/platform/platform.go:112\ngithub.com/tektoncd/operator/pkg/reconciler/platform.StartMainWithSelectedControllers\n\t/go/src/github.com/tektoncd/operator/pkg/reconciler/platform/platform.go:130\nmain.main\n\t/go/src/github.com/tektoncd/operator/cmd/openshift/operator/main.go:27\nruntime.main\n\t/usr/lib/golang/src/runtime/proc.go:271"}
Expected results:
The operator should get installed successfully
Reproducibility (Always/Intermittent/Only Once):
Always