squakez commented on issue #3003: URL: https://github.com/apache/camel-k/issues/3003#issuecomment-1036317746
The `IntegrationKit`s are created in the same namespace where the `Integration` is executed. About point 2, there could be side effects if you delete some other integration that is using such IntegrationKit. Make sure to delete only those Kits that have no Integration attached (ie, the interim ones that are coming from incremental tests you may have done on an Integration). The IntegrationKit won't be recreated, unless some new Integration with the same requirements will need to do so. -- 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]
