ipolyzos opened a new issue #1465:
URL: https://github.com/apache/camel-k/issues/1465


    On a clean namespace i.e
   
          $ kubectl get 
all,pvc,configmap,rolebindings,clusterrolebindings,secrets,sa,roles,clusterroles,crd
 -l 'app=camel-k'
          No resources found in default namespace.
   
   When I try to uninstall a new clean installation of Camel-k not all 
resources removed. The _crd_ and _clusterrole_ remain installed i.e
   
          $ kamel install 
          Camel K installed in namespace default 
          $ kamel uninstal
          Camel K Integration Platform removed from namespace default
          Camel K Config Maps removed from namespace default
          Camel K Operator removed from namespace default
          Camel K Role Bindings removed from namespace default
          Camel K Roles removed from namespace default
          Camel K Service Accounts removed from namespace default
          $ kubectl get 
all,pvc,configmap,rolebindings,clusterrolebindings,secrets,sa,roles,clusterroles,crd
 -l 'app=camel-k'   
          NAME                                                 CREATED AT
          clusterrole.rbac.authorization.k8s.io/camel-k:edit   
2020-05-26T15:26:52Z
   
          NAME                                                                  
                CREATED AT
          customresourcedefinition.apiextensions.k8s.io/builds.camel.apache.org 
                2020-05-26T15:26:52Z
          
customresourcedefinition.apiextensions.k8s.io/camelcatalogs.camel.apache.org    
      2020-05-26T15:26:52Z
          
customresourcedefinition.apiextensions.k8s.io/integrationkits.camel.apache.org  
      2020-05-26T15:26:52Z
          
customresourcedefinition.apiextensions.k8s.io/integrationplatforms.camel.apache.org
   2020-05-26T15:26:52Z
          
customresourcedefinition.apiextensions.k8s.io/integrations.camel.apache.org     
      2020-05-26T15:26:52Z
          
   


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


Reply via email to