phantomjinx commented on issue #3667: URL: https://github.com/apache/camel-k/issues/3667#issuecomment-1257767873
The reason lies in the use of OLM (or not upstream). Upstream, the tests install the operator without OLM and therefore adds the correct operatorID (the test uses "[camel-k-kamelet](https://github.com/apache/camel-k/blob/main/e2e/global/common/kamelet_test.go#L36)". So the integration-platform is named with this id and the warning message above is avoided. However, in OCP4, the OLM is used in the test. Since a global operator is installed, the operatorID is dropped from the install [request](https://github.com/apache/camel-k/blob/main/e2e/support/test_support.go#L292). This means the integration-platform installed in the namespace is named "camel-k" depsite the test assuming "camel-k-kamelet". Therefore, an integration-platform with the latter id is not found and the warning message is displayed, leading to the test failure. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org