You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/05/27 12:59:38 UTC

[GitHub] [camel-k] nicolaferraro opened a new issue #686: Insufficient permission when installing 0.3.3 from operatorhub

nicolaferraro opened a new issue #686: Insufficient permission when installing 0.3.3 from operatorhub
URL: https://github.com/apache/camel-k/issues/686
 
 
   I get the following state:
   
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: IntegrationContext
   metadata:
     creationTimestamp: '2019-05-27T12:51:57Z'
     generation: 1
     labels:
       app: camel-k
       camel.apache.org/context.created.by.kind: Operator
       camel.apache.org/context.created.by.name: camel-k-operator
       camel.apache.org/context.type: platform
     name: jvm
     namespace: nicola
     resourceVersion: '40117'
     selfLink: /apis/camel.apache.org/v1alpha1/namespaces/nicola/integrationcontexts/jvm
     uid: 35ff3e93-807e-11e9-abf2-02a6b1608572
   spec:
     dependencies:
       - 'runtime:jvm'
       - 'camel:core'
   status:
     camelVersion: 2.23.2
     digest: vVSq1WGo9KKN03F7GSda6IWQMWi4Fp7IYpZtqYCPO2B8
     failure:
       reason: >-
         cannot delete build config: buildconfigs.build.openshift.io "camel-k-jvm"
         is forbidden: User "system:serviceaccount:nicola:camel-k-operator" cannot
         delete resource "buildconfigs" in API group "build.openshift.io" in the
         namespace "nicola"
       recovery:
         attempt: 5
         attemptMax: 5
         attemptTime: '2019-05-27T12:54:53Z'
       time: '2019-05-27T12:52:10Z'
     phase: Error
     runtimeVersion: 0.3.2
   
   ```
   
   There are no buildconfigs in the ns, but the operator should be allowed to delete them if present.
   I'm installing the operatorhub.io version on OCP. Isn't the operatorhub.io version supposed to work on both Kube and Openshift? @astefanutti 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services