Emmanuel35 commented on issue #1661:
URL: https://github.com/apache/camel-k/issues/1661#issuecomment-674799214


   Could you describe your user-cluster-admin-binding ?
   
   ```
   kubectl describe clusterrolebinding user-cluster-admin-binding
   ```
   
   Could you delete this and create this with camel-k-builder account service ?
   
   ```
   kubectl delete clusterrolebinding user-cluster-admin-binding
   kubectl create clusterrolebinding user-cluster-admin-binding 
--clusterrole=cluster-admin --user=camel-k-builder@[YOURPROJECT]
   
   kamel uninstall
   ```
   
   Please, redo install with my complete command.


----------------------------------------------------------------
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]


Reply via email to