aldettinger commented on issue #1505: URL: https://github.com/apache/camel-k/issues/1505#issuecomment-641902350
`oc get deployment simple -o json` output below status: ``` "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2020-06-10T09:18:39Z", "lastUpdateTime": "2020-06-10T09:18:39Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2020-06-10T09:18:36Z", "lastUpdateTime": "2020-06-10T09:18:39Z", "message": "ReplicaSet \"simple-657f4555dd\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } ``` But, the status looks to be the same whether the example runs fine or hung up. pod and integration statuses also remain equivalent. ---------------------------------------------------------------- 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: us...@infra.apache.org