MazArslan opened a new issue, #3996: URL: https://github.com/apache/camel-k/issues/3996
``` $ kamel run Integration.java --namespace user1-dev Unable to verify existence of operator id [camel-k] due to lack of user privileges Integration "integration" updated ``` We get this error when running a integration against a set namespace. The operator is installed in the namespace `user1-dev`rather than `camel-k` and there is no global operator. The command succeeds, but we get this `Unable to verify existence of operator id [camel-k] due to lack of user privileges`. We are logged in as a standard user, with limited rights. It seems as if getting this error because it is trying to get operator info in other namespaces, but the operator is installed in the `user1-dev` namespace. Why would it need to look for other resources in other namespaces. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org