You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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-devrather 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.
The text was updated successfully, but these errors were encountered:
Yes, that is a kind of INFO, but as it is misleading I suggest we even remove it. You can just ignore for the time being, the integration and the normal behavior is not affected.
We get this error when running a integration against a set namespace.
The operator is installed in the namespace
user1-dev
rather thancamel-k
and there is no global operator. The command succeeds, but we get thisUnable 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.The text was updated successfully, but these errors were encountered: