You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run kamel uninstall it says "Camel K Integration Platform removed from namespace default":
$ kamel uninstall
Camel K Integration Platform removed from namespace default
Camel K Config Maps removed from namespace default
Camel K Registry Secret removed from namespace default
Camel K Platform Kamelets 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
but the integration platform still remains:
$ kubectl get ip
NAME PHASE
camel-k Ready
The text was updated successfully, but these errors were encountered:
Maybe you had installed it with the -x option? in that case we should include a -x in the uninstall as well. I just tried and it worked correctly:
$ kamel uninstall
Camel K Integration Platform removed from namespace default
Camel K Config Maps removed from namespace default
Camel K Registry Secret removed from namespace default
Camel K Platform Kamelets 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
squake:~ $ k get ip
No resources found in default namespace.
Yeah, maybe I messed up something. It could be related to the fact that I used Kustomize installation and kamel CLI at the same time, but now I don't observe the same issue anymore. I'll close it for now.
When I run
kamel uninstall
it says"Camel K Integration Platform removed from namespace default"
:but the integration platform still remains:
The text was updated successfully, but these errors were encountered: