-
Bug
-
Resolution: Done
-
Critical
-
Camel-K-GA
-
None
-
False
-
False
-
%
-
CK2
-
Todo
-
Undefined
-
-
The issue is related to this test: e2e/common/cli/global_kamelet_test.go.
The target of this test is to show how camel-k-operator installed in global mode is able to run integration from a given namespace using kamelet created in a different namespace.
In theory the kamelet resolution should happen because in the kamelet naspace is also included an integration platform which is a side effect of the operator installation command:
kamel install -n ns --global
assuming to create the kamelet in the ns namespace as well.
I tried to run the test and also to reproduce the steps manually but i got an error. The log stated the kamelet was looked for only in openshift-operators namespace and in the integration namespace.
I add that if in the integration namespace there is not the integration platform the integration run fails, but at the same time if the integration platform is there, no kamelet are looked outside of the integration namespace and OLM namespace.