-
Notifications
You must be signed in to change notification settings - Fork 593
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
Trigger deadLetterUri does not conform to specification, should be deadLetterSinkUri #5639
Comments
Hi @knguyen0125 👋, thanks for reporting! Since you find the fix ( The Trigger CRD is in https://github.com/knative/eventing/blob/main/config/core/resources/trigger.yaml /good-first-issue |
@pierDipi: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
/reopen we still need to add a resolved DeadLetterSinkURI to the broker status |
@benmoss: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@benmoss what the status on the one? |
Not actively working on it, took myself off as assignee |
Is this a GA blocker by any means? @lionelvillard @salaboy |
yes. |
/assign |
@gabo1208 good stuff.. can you please keep me posted about this one as well |
It is fixed for the Triggers and is unclear for the Brokers so we should discuss this in a separate issue for the brokers i think. |
Since this issue is specific to Triggers, have been divided into two issues:
|
@devguyio: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Describe the bug
A clear and concise description of what the bug is.
In Trigger Lifecycle specification, it specify the following:
The newly merged new feature #5551 does not conform to this specification.
Additionally, since the CRD for Broker and Trigger does not contain
deadLetterSinkUri
nordeadLetterUri
in status field, this change actually did not do anything as the newly addeddeadLetterUri
is removed anyway.Expected behavior
A clear and concise description of what you expected to happen.
deadLetterSinkUri
instead ofdeadLetterUri
)deadLetterSinkUri
in statusTo Reproduce
Steps to reproduce the behavior.
Knative release version
0.25
Additional context
Add any other context about the problem here such as proposed priority
The text was updated successfully, but these errors were encountered: