squakez commented on issue #3003: URL: https://github.com/apache/camel-k/issues/3003#issuecomment-1038931426
All seems good. As you've installed the operator globally (`--global`), then certain resources (IntegrationKit) will be created in the operator namespace. > What does the Integration Kit exactly do once an Integration is up and running? The kit will be used once again if that Integration Pod needs to be rescheduled or as an incremental layer for any further kit which has a similar set of dependencies. > What is the function of the Kit Builder, e.g. camel-k-kit-c83ac3s8es090jfq3rig-builder`? Could this be removed after the build has done? A Builder is a configuration required by the build task to perform its operation. I think it can be removed once it has finished its duties. However I think it would be safer to let the operator perform those kind of cleaning (when this consider necessary) in order to avoid tampering the consistency of the whole system. -- 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]
