Hello,

I am trying to do a quick proof-of-concept on Camel-K, deploying a
KameletBinding into OpenShift. I'm having a hard time deploying into my
Camel K Operator.

All of my attempts are basically getting stuck on the "Creating" stage,
then eventually failing with the following message:
```
Integration "integration-name" does not have a readiness condition
 ```
Below is an example of a basic YAML deployment:

apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
name: integration-name
spec:
source:
ref:
apiVersion: camel.apache.org/v1alpha1
name: timer-source
kind: Kamelet
properties:
period: '10000'
message: Hello
sink:
ref:
apiVersion: camel.apache.org/v1alpha1
name: log-sink
kind: Kamelet
properties:
showHeaders: 'true'

Any chance I can get a little help from you to identify the issue here?

I'm using OpenShift v4.12.5 with the Camel K Operator v1.12.0.

Kind regards,

Timothy Dilbert

Reply via email to