nicolaferraro opened a new issue #1242: Installation error: normal user can't delete consoleclidownloads URL: https://github.com/apache/camel-k/issues/1242 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. ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
