-
Notifications
You must be signed in to change notification settings - Fork 618
adding support for more than one mirror backends + adding clarificati… #2199
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
Conversation
|
/retest |
f0838dd to
cb15b0b
Compare
robscott
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @LiorLieberman! Do you mind creating a follow up issue to add a conformance test + supported feature to cover this use case?
|
/retest |
…on on mulitple same type filters within the same rule
2966686 to
a6758ff
Compare
|
Is there an option for PR authors to set merge type squash? |
I think anyone should be able to do this: /label tide/merge-method-squash |
|
Thanks @LiorLieberman! This LGTM, but since this is close to the territory of an API change I'd like @shaneutt or @youngnick to approve as well. /lgtm |
|
Let's double check with some other community members: /cc @sunjayBhatia @arkodg @mlavacca @michaelbeaumont @Xunzhuo |
sunjayBhatia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽
|
This generally looks good, but I think that we should definitely have a conformance test, with a feature name, for multiple mirror backends ( Larger issue, I think that we may need to go through for each |
|
Thanks @youngnick. Will definitely follow up with a conformance test and supported feature for it. There is already an opened issue. Once this is merged, @howardjohn will approve istio/api#2805 and we will have it implemented in one implementation so we can check the conformance test validity as well. Since we have a consensus, can we merge it ? |
|
Thanks Lior, that sounds great. I'm happy for this to go ahead now. |
|
/lgtm |
Xunzhuo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm, this looks great : )
shaneutt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LiorLieberman, mlavacca, shaneutt, sunjayBhatia, Xunzhuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…on on mulitple same type filters within the same rule
What type of PR is this?
/kind feature
What this PR does / why we need it:
This permits multiple HTTPRouteFilterRequestMirror filters within the same rule + improve documentation on multiple, same type filters.
There is no reason to forbid multiple mirrors and we can also add a conformance test for it
It was also requested in istio/api#2805.
Which issue(s) this PR fixes:
Fixes #2109
Does this PR introduce a user-facing change?:
/assign @robscott
/cc @robscott
/cc @howardjohn