We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We lookup inmemorychannels in v1alpha1, but if they are created in v1beta1 we fail.
A workaround exists (using the apiVersion and kind URI parameters explicitly), but much better upgrading to the beta version.
Ref: knative/eventing#3014
The text was updated successfully, but these errors were encountered:
Fix apache#1414: upgrade to knative 0.14 and support v1beta1 channels…
9e3afc6
… and broker
Fix #1414: upgrade to knative 0.14 and support v1beta1 channels and b…
25d6122
…roker
nicolaferraro
Successfully merging a pull request may close this issue.
We lookup inmemorychannels in v1alpha1, but if they are created in v1beta1 we fail.
A workaround exists (using the apiVersion and kind URI parameters explicitly), but much better upgrading to the beta version.
Ref: knative/eventing#3014
The text was updated successfully, but these errors were encountered: