timothydilbert opened a new issue, #4129: URL: https://github.com/apache/camel-k/issues/4129
When deploying a KameletBinding in an OpenShift cluster, we're getting the following error message: ``` Integration "integration-name" does not have a readiness condition ``` **Steps to reproduce:** 1. Go to _Administrator_ > _Operators_ > _Installed Operators_ > _Camel K Operator_ > _KameletBinding_ 2. Click _Create KameletBinding_ then click _Save_ (without edits) 3. After a few minutes, the integration fails to deploy with Status `Phase: Error` and the following YAML ```yaml apiVersion: camel.apache.org/v1alpha1 kind: KameletBinding metadata: creationTimestamp: '2023-03-13T13:34:06Z' generation: 1 managedFields: - apiVersion: camel.apache.org/v1alpha1 fieldsType: FieldsV1 fieldsV1: 'f:spec': .: {} 'f:sink': .: {} 'f:ref': .: {} 'f:apiVersion': {} 'f:kind': {} 'f:name': {} 'f:source': .: {} 'f:properties': .: {} 'f:message': {} 'f:ref': .: {} 'f:apiVersion': {} 'f:kind': {} 'f:name': {} manager: Mozilla operation: Update time: '2023-03-13T13:34:06Z' - apiVersion: camel.apache.org/v1alpha1 fieldsType: FieldsV1 fieldsV1: 'f:status': .: {} 'f:conditions': {} 'f:observedGeneration': {} 'f:phase': {} manager: kamel operation: Update subresource: status time: '2023-03-13T13:36:58Z' name: example-v2 namespace: openshift-operators resourceVersion: '6623300' uid: df236b47-3841-45ea-8bf1-c87d7b51be4e spec: sink: ref: apiVersion: messaging.knative.dev/v1 kind: InMemoryChannel name: example source: properties: message: Hello world ref: apiVersion: camel.apache.org/v1alpha1 kind: Kamelet name: example status: conditions: - lastTransitionTime: '2023-03-13T13:36:58Z' lastUpdateTime: '2023-03-13T13:36:58Z' message: Integration "example-v2" does not have a readiness condition status: Unknown type: Ready observedGeneration: 1 phase: Error ``` **Kubernetes Cluster:** OpenShift 4.12.5 **Operator:**: Camel K Operator and the Red Hat Integration - Camel K Operator (tried both, and they both fail with the same message. **CLI Version:** Camel K Client 1.12.0 -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org