-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
%
-
CK2
-
Todo
-
-
On OCP 4.6, with Camel K 1.4.0 operator (GA) installed from Provider Type "Red Hat", Red Hat OpenShift Serverless operator v1.16.0:
I would like to create kameletbinding from source kamelet to Channel, however command from documentation resolves incorrectly Channel as Kamelet:
$ kamel bind aws-sqs-source -p "source.queueNameOrArn=kamelet-myq" -p "source.accessKey=XXX" -p "source.secretKey=XXX" -p "source.region=us-west-1" channel/messages-channel No IntegrationPlatform resource in lfabriko namespace Warning: Kamelet "messages-channel" not found in namespace "channel" kamelet binding "aws-sqs-source-to-messages-channel" created
$ oc get kameletbinding aws-sqs-source-to-messages-channel -o yaml ... spec: sink: ref: apiVersion: camel.apache.org/v1alpha1 kind: Kamelet name: messages-channel namespace: channel source: properties: accessKey: XXX queueNameOrArn: kamelet-myq region: us-west-1 secretKey: XXX ref: apiVersion: camel.apache.org/v1alpha1 kind: Kamelet name: aws-sqs-source namespace: lfabriko
If I change command to "channel:messages-channel", it works correctly