You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/17 07:57:58 UTC

[GitHub] [camel-k] zhfeng commented on issue #1015: Failing start the camel-k-operator 1.0.0.-M3-SNAPSHOT with the minishifit

zhfeng commented on issue #1015: Failing start the camel-k-operator 1.0.0.-M3-SNAPSHOT with the minishifit
URL: https://github.com/apache/camel-k/issues/1015#issuecomment-543054818
 
 
   Well, it could be resolved by cleaning the camel-k installation.
   ```
   oc delete all,pvc,configmap,rolebindings,clusterrolebindings,secrets,sa,roles,clusterroles,crd -l 'app=camel-k'
   ```
   and rebuild the images dev with
   ```
   make images-dev
   ```

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