lsergio commented on issue #6182:
URL: https://github.com/apache/camel-k/issues/6182#issuecomment-2977552456
More info. I changed the operator log level to DEBUG and I now can see some
interesting messages.
I created and integration, waited for the IK to build, deleted the
Integration and recreated it. For the second attempt, I see:
Initially there's a match between integration and kit:
```
{"level":"debug","ts":"2025-06-16T18:04:09Z","logger":"camel-k","msg":"Matched
Integration and
integration-kit","api-version":"camel.apache.org/v1","kind":"Integration","ns":"xxxx","name":"test-001","integration":"test-001","integration-kit":"kit-d185o5sul5ns73b839kg","namespace":"xxxx"}
```
```
{"level":"debug","ts":"2025-06-16T18:04:09Z","logger":"camel-k.controller.integration","msg":"Applying
traits to
integration","request-namespace":"xxxx","request-name":"test-001","api-version":"camel.apache.org/v1","kind":"Integration","ns":"xxxx","name":"test-001","integration":"test-001","namespace":"xxxx"}
{"level":"debug","ts":"2025-06-16T18:04:09Z","logger":"camel-k","msg":"Integration
Platform [name: camel-k], [namespace: xxxx], [objectkey: xxxx/camel-k]"}
{"level":"debug","ts":"2025-06-16T18:04:09Z","logger":"camel-k.trait","msg":"Applied
traits: camel,deployer,quarkus"}
{"level":"debug","ts":"2025-06-16T18:04:09Z","logger":"camel-k","msg":"Applied
traits to
Integration","api-version":"camel.apache.org/v1","kind":"Integration","ns":"xxxx","name":"test-001","integration":"test-001","namespace":"xxxx"}
```
Then we search for a kit to assign to integration and cannot find one:
```
{"level":"debug","ts":"2025-06-16T18:04:09Z","logger":"camel-k.controller.integration","msg":"Searching
integration kits to assign to
integration","request-namespace":"xxxx","request-name":"test-001","api-version":"camel.apache.org/v1","kind":"Integration","ns":"xxxx","name":"test-001","integration":"test-001","namespace":"xxxx"}
{"level":"debug","ts":"2025-06-16T18:04:09Z","logger":"camel-k.controller.integration","msg":"Comparing
existing kit with
environment","request-namespace":"xxxx","request-name":"test-001","api-version":"camel.apache.org/v1","kind":"Integration","ns":"xxxx","name":"test-001","env
kit":"kit-d185p6ejt1hc73dqkmt0","existing kit":"kit-d185o5sul5ns73b839kg"}
{"level":"debug","ts":"2025-06-16T18:04:09Z","logger":"camel-k.controller.integration","msg":"Cannot
match
kits","request-namespace":"xxxx","request-name":"test-001","api-version":"camel.apache.org/v1","kind":"Integration","ns":"xxxx","name":"test-001","env
kit":"kit-d185p6ejt1hc73dqkmt0","existing kit":"kit-d185o5sul5ns73b839kg"}
{"level":"debug","ts":"2025-06-16T18:04:09Z","logger":"camel-k.controller.integration","msg":"No
existing kit available for integration. Creating a new
one.","request-namespace":"xxxx","request-name":"test-001","api-version":"camel.apache.org/v1","kind":"Integration","ns":"xxxx","name":"test-001","integration":"test-001","namespace":"xxxx","integration
kit":"kit-d185p6ejt1hc73dqkmt0"}
```
--
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]