gansheer commented on issue #4628: URL: https://github.com/apache/camel-k/issues/4628#issuecomment-1658416056
Interaction with any image registry from the camel-k CLI would be difficult because we would no longer be in the use case of a kubernetes API. On minikube the solution is to identify your kit images with something like `minikube image ls --format='table' | grep kit` and deleting them with `minikube image rm <image_id>`. As @squakez said, it could be scripted to check if the kit is still in use, but as you can see here we are using the `minikube` CLI which is specific to the registry you are using. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
