squakez opened a new issue #2221: URL: https://github.com/apache/camel-k/issues/2221
I noticed that the `kamel reset` very often fails at the first attempt with the following output when there is some `KameletBinding` involved: ´´´ $ kamel reset -n operator-test 1 kamelet bindings deleted from namespace operator-test could not delete integration kamelet-binding-error-handler from namespace operator-test: integrations.camel.apache.org "kamelet-binding-error-handler" not found $ kamel reset -n operator-test 0 kamelet bindings deleted from namespace operator-test 0 integrations deleted from namespace operator-test 1 integration kits deleted from namespace operator-test Camel K platform has been reset successfully! ´´´ Apparently the integration is correctly deleted, altough it's reported as an error and the process did not follow up deleting the integration kit. With a second run, we have a cleaner reset though. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
