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 2022/12/16 06:26:49 UTC

[GitHub] [camel-k] tadayosi opened a new issue, #3916: `kamel uninstall` doesn't uninstall IntegrationPlatform

tadayosi opened a new issue, #3916:
URL: https://github.com/apache/camel-k/issues/3916

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


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

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez commented on issue #3916: `kamel uninstall` doesn't uninstall IntegrationPlatform

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3916:
URL: https://github.com/apache/camel-k/issues/3916#issuecomment-1354419211

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


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

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi closed issue #3916: `kamel uninstall` doesn't uninstall IntegrationPlatform

Posted by GitBox <gi...@apache.org>.
tadayosi closed issue #3916: `kamel uninstall` doesn't uninstall IntegrationPlatform
URL: https://github.com/apache/camel-k/issues/3916


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

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on issue #3916: `kamel uninstall` doesn't uninstall IntegrationPlatform

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3916:
URL: https://github.com/apache/camel-k/issues/3916#issuecomment-1378294088

   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.


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

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org