-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
GitOps Tangerine - Sprint 3260
Description of problem:
In OCP 4.14 or earlier versions, when the openshift-gitops operator is installed with option console plugin enabled option, the gitops plugin is installed in console resources. Although, the consoleplugin resource is not created. This causes several error messages in the console operator pod:
$ oc logs -n openshift-console-operator console-operator-xxx 1 sync_v400.go:584] failed to get "gitops-plugin" plugin: consoleplugin.console.openshift.io "gitops-plugin" not found
If the console plugin is supported since OCP 4.15, this plugin shouldnt be installed within console resource.
Prerequisites (if any, like setup, operators/versions):
OCP 4.14 or earlier + Openshift-GitOps operator
Steps to Reproduce
# Install the openshift-gitops operator by web console and mark enable console plugin
- Check the console resources ($ oc get console.operator -oyaml | grep -i gitops)
- Check the console operator logs ($ oc logs console-operator-xxx)
Actual results:
- The console-operator pod reports high quantity of error related to the gitops-plugin
Expected results:
Always
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):