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

Installation error: normal user can't delete consoleclidownloads #1242

Closed
nicolaferraro opened this issue Jan 31, 2020 · 0 comments · Fixed by #1248
Closed

Installation error: normal user can't delete consoleclidownloads #1242

nicolaferraro opened this issue Jan 31, 2020 · 0 comments · Fixed by #1248
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@nicolaferraro
Copy link
Member

I've created an user and created a namespace with it. Camel K is already installed at cluster level, the consoleclidownloads is present and current user can list it, but it tries to delete it (and can't do it).

[nferraro@localhost Downloads]$ kamel install
Current user is not authorized to create cluster-wide objects like custom resource definitions or cluster roles:  consoleclidownloads.console.openshift.io "kamel-cli" is forbidden: User "nicola" cannot delete resource "consoleclidownloads" in API group "console.openshift.io" at the cluster scope
Error: please login as cluster-admin and execute "kamel install --cluster-setup" to install cluster-wide resources (one-time operation)
[nferraro@localhost Downloads]$ oc get consoleclidownloads.console.openshift.io
NAME        DISPLAY NAME                                    AGE                    DESCRIPTION
kamel-cli   kamel - Apache Camel K Command Line Interface   2020-01-30T21:56:05Z   Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers.

The `kamel` binary can be used to both configure the cluster and run integrations. Once you've downloaded the `kamel` binary, log into the cluster using the `oc` client tool and start using the `kamel` CLI.

You can run `kamel help` to list the available commands or go to the [Camel K Website](https://camel.apache.org/projects/camel-k/) for more information.

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