Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kamel uninstall doesn't uninstall IntegrationPlatform #3916

Closed
tadayosi opened this issue Dec 16, 2022 · 2 comments
Closed

kamel uninstall doesn't uninstall IntegrationPlatform #3916

tadayosi opened this issue Dec 16, 2022 · 2 comments
Labels
area/cli Kamel CLI

Comments

@tadayosi
Copy link
Member

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
@tadayosi tadayosi added the area/cli Kamel CLI label Dec 16, 2022
@squakez
Copy link
Contributor

squakez commented Dec 16, 2022

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.

@tadayosi
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Kamel CLI
Projects
None yet
Development

No branches or pull requests

2 participants