You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "gansheer (via GitHub)" <gi...@apache.org> on 2023/07/31 12:13:46 UTC

[GitHub] [camel-k] gansheer commented on issue #4628: doesnt work "kamel kit delete"

gansheer commented on issue #4628:
URL: https://github.com/apache/camel-k/issues/4628#issuecomment-1658255055

   Hi,
   
   You probably can't delete the kit with the CLI command because it was created by the operator, so this is not a bug from the CLI. Therefore it is a platform one which is supposed to be "read only" thus not managed by the end user. This command is only available on user created integration kit.
   
   You can delete it by removing the custom resource `kubectl delete integrationkit.camel.apache.org/kit-xxxxxxxxx` and also delete the container image in your registry. Be mindful that it is better to ensure any integration declaring it has been removed as well.


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