-
Task
-
Resolution: Done
-
Minor
-
0.11.0
-
2020 Week 25-27 (from Jun 15)
When deploying the Kogito Operator, we can see these warnings:
{"level":"info","T":"2020-06-09T08:42:07.872Z","logger":"cmd","msg":"Registering Components."} {"level":"warn","T":"2020-06-09T08:42:07.875Z","logger":"framework","msg":"Impossible to register GroupVersion apps.openshift.io/v1. CRD not installed in the cluster, controller might not behave as expected"} {"level":"warn","T":"2020-06-09T08:42:07.875Z","logger":"framework","msg":"Impossible to register GroupVersion route.openshift.io/v1. CRD not installed in the cluster, controller might not behave as expected"} {"level":"warn","T":"2020-06-09T08:42:07.875Z","logger":"framework","msg":"Impossible to register GroupVersion image.openshift.io/v1. CRD not installed in the cluster, controller might not behave as expected"} ...
As the logs are working, the priority is set to minor, but if we know we're installing the components in Kubernetes, we should not try to register Openshift resources.
- relates to
-
KOGITO-128 Operator support on Kubernetes for deploying Kogito Runtimes
- Resolved