Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camel-k checks other namespaces and error given #3996

Closed
MazArslan opened this issue Jan 20, 2023 · 1 comment · Fixed by #4028
Closed

Camel-k checks other namespaces and error given #3996

MazArslan opened this issue Jan 20, 2023 · 1 comment · Fixed by #4028
Labels
kind/bug Something isn't working

Comments

@MazArslan
Copy link

$ 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.

@squakez
Copy link
Contributor

squakez commented Jan 20, 2023

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.

@squakez squakez added the kind/bug Something isn't working label Jan 20, 2023
squakez added a commit to squakez/camel-k that referenced this issue Feb 2, 2023
squakez added a commit to squakez/camel-k that referenced this issue Feb 2, 2023
@squakez squakez closed this as completed in 1023aaf Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants