nicolaferraro opened a new issue #2487: URL: https://github.com/apache/camel-k/issues/2487
Happened quite some times with 1.5. There's a KameletBinding called `timer-source-to-mysql-sink`. It's deleted but then the CLI tries to remove the integration (it should not, it's automatically cleaned up). ``` [nferraro@localhost kamelet-catalog]$ kamel reset 1 kamelet bindings deleted from namespace camel could not delete integration timer-source-to-mysql-sink from namespace camel: integrations.camel.apache.org "timer-source-to-mysql-sink" not found ``` The problem is that the command stops and the environment is not completely reset. -- 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]
