-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kamelet binding to an explicit URI failing #1774
Milestone
Comments
Strange, there's an e2e test about that: https://github.com/apache/camel-k/blob/master/e2e/yaks/common/kamelet-binding/timer-source-binding-display.yaml (needs to be completely changed using latest news on Yaks) Do you have knative enabled on the cluster? That may be the issue. |
I confirm this happens on non-knative clusters. Need a to fix. |
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Oct 22, 2020
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Oct 23, 2020
nicolaferraro
added a commit
that referenced
this issue
Oct 23, 2020
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Oct 26, 2020
nicolaferraro
added a commit
to nicolaferraro/camel-k
that referenced
this issue
Oct 26, 2020
nicolaferraro
added a commit
that referenced
this issue
Oct 28, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use a KameletBinding to an explicit URI pointing to a service in my cluster. The KameletBinding creates an integration that fails with:
I have no Knative eventing/serving enabled on my cluster but the integration tries to use Knative as sink.
Here is the source generated by the binding:
Here is the KameletBinding that I am using
The text was updated successfully, but these errors were encountered: