lburgazzoli commented on issue #4185:
URL: https://github.com/apache/camel-k/issues/4185#issuecomment-1488055403
I'm not sure if that's actually an error as the phase is ready but there is
a condition that highlight the readiness of the KameletBinding/Integration
which is inline with what can be observed on pod where phase is `Running` but
the `Ready` condition is `False`:
```yaml
status:
conditions:
- lastTransitionTime: '2023-03-29T06:50:02Z'
lastUpdateTime: '2023-03-29T06:50:02Z'
message: >-
[Pod mctr-cghts3u8qbfgb8abbbhg-6c77476996-n7kq5 runtime is not ready:
map[bootstrap.servers:abc.com:443
check.kind:READINESS client.id:consumer-cghts3u8qbfgb8abbbhg-1
group.id:cghts3u8qbfgb8abbbhg route.id:cghts3u8qbfgb8abbbhg-source
topic:abc_topic]]
reason: RuntimeNotReady
status: 'False'
type: Ready
observedGeneration: 1
phase: Ready
replicas: 1
```
I think the question is about the semantic we expect from to the phase so I
wonder if instead of ready we should use `Running` as for pods but in general I
won't rely on the phase field only in order to determine the status of an
integration.
--
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]