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
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.
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: