Skip to content

Commit

Permalink
apache#1465 update leftover resources log on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ipolyzos committed May 28, 2020
1 parent 20374a1 commit d248d46
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/modules/ROOT/pages/uninstalling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,13 @@ To verify that all resources have been removed you can use the following command
[source]
----
kubectl get all,pvc,configmap,rolebindings,clusterrolebindings,secrets,sa,roles,clusterroles,crd -l 'app=camel-k'
No resources found in default namespace.
NAME READY STATUS RESTARTS AGE
clusterrole.rbac.authorization.k8s.io/camel-k:edit 2020-05-28T20:31:39Z
NAME CREATED AT
customresourcedefinition.apiextensions.k8s.io/builds.camel.apache.org 2020-05-28T20:31:39Z
customresourcedefinition.apiextensions.k8s.io/camelcatalogs.camel.apache.org 2020-05-28T20:31:39Z
customresourcedefinition.apiextensions.k8s.io/integrationkits.camel.apache.org 2020-05-28T20:31:39Z
customresourcedefinition.apiextensions.k8s.io/integrationplatforms.camel.apache.org 2020-05-28T20:31:39Z
customresourcedefinition.apiextensions.k8s.io/integrations.camel.apache.org 2020-05-28T20:31:39Z
----

0 comments on commit d248d46

Please sign in to comment.