squakez opened a new issue #2113: URL: https://github.com/apache/camel-k/issues/2113
Installing the default camel-k operator via `kamel install` may not work on minikube or other k8s distribution where OLM is installed outside openshift (ie https://olm.operatorframework.io/docs/getting-started/#install-released-olm). It produces the following error: ``` message: targeted catalogsource openshift-marketplace/community-operators missing ``` To workaround it you can override the default `catalogsource` with `kamel install --olm-source-namespace=olm --olm-source=operatorhubio-catalog`. However I think it could be convenient to change the default values to the ones expected by the default OLM installation in order to be consistent. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org