-
Notifications
You must be signed in to change notification settings - Fork 592
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
PhysicalChannelSyncFailed when mixing v1alpha1 and v1beta1 Subscriptions #3014
Comments
This happens in Camel K as well. The inmemorychannel is both served and stored in version v1alpha1, so I'd expect that I can reference it that way. |
and, even if you query via version, you get the channel, see:
and via beta, same object:
|
The channels should have the label indicating if they do v1alpha1 or v1beta1. I think we do this in the IMC conversions. |
Yeah...I cannot create triggers anymore :(
Which I get with reason |
Ok, I have a fix for this. I'll try to get all the tests, etc. done today, but if not, Monday. |
I just hit this too. It appeared after restarting a cluster, but I don't know if that's related or coincidental. |
Can @sebgoa & @jchesterpivotal send me a repro, esp. if it's related to triggers as I wouldn't expect that to fail. So, I want to make sure I cover those in my tests. The @matzew example I can totes understand. |
|
|
@nicolaferraro when you say this happens with camel-k, I only see a source in the eventing-contrib, do you have a repro that I could try to look at, or did this fix your issue as well? |
Describe the bug
Getting
PhysicalChannelSyncFailed
error, when mixing alpha/beta APIs on subscribers, see:Expected behavior
Not sure, tbh ... since IMO the usage of the channel is wrong:
Or should this work and be "converted" ?
/cc @vaikas
/cc @lionelvillard
Knative release version
The text was updated successfully, but these errors were encountered: