matzew commented on issue #5529:
URL: https://github.com/apache/camel-k/issues/5529#issuecomment-2122290291
There is no integration created. The message on the `status` of the `Pipe`
said that it could not create it, see here `k describe`:
```
k describe pipes.camel.apache.org
Name: log-sink-pipe
Namespace: default
Labels: <none>
Annotations: <none>
API Version: camel.apache.org/v1
Kind: Pipe
Metadata:
Creation Timestamp: 2024-05-21T10:18:24Z
Generation: 1
Resource Version: 2028
UID: b21fd27a-c897-4881-9820-33afe4da23eb
Spec:
Sink:
Ref:
API Version: camel.apache.org/v1
Kind: Kamelet
Name: log-sink
Source:
Ref:
API Version: eventing.knative.dev/v1
Kind: Broker
Name: kamelet
Status:
Conditions:
Last Transition Time: 2024-05-21T10:18:24Z
Last Update Time: 2024-05-21T10:18:24Z
Message: could not determine source URI: property "type"
must be provided when reading from the Broker
Reason: Couldn't create an Integration custom resource
Status: False
Type: IntegrationError
Observed Generation: 1
Phase: Error
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning KameletError 42s camel-k-pipe-controller Cannot reconcile
Pipe log-sink-pipe: could not determine source URI: property "type" must be
provided when reading from the Broker
```
and here see there are no such resources:
```
k get integrations.camel.apache.org -A
No resources found
```
--
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]