-
Notifications
You must be signed in to change notification settings - Fork 585
Promote GEP 3171 - Percentage Based Request mirroring to standard #3633
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
Should I also remove experimental from here? (and from grpcroute)? gateway-api/apis/v1/httproute_types.go Lines 858 to 859 in cbde2d2
|
/cc @kflynn |
Yes, I believe so. Looks good so far, thanks for getting this in! |
This line also needs to be moved to the Line 143 in cbde2d2
|
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! 🙂
/retest |
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! Ping me once you run codegen and I'll LGTM.
@@ -1,7 +1,7 @@ | |||
# GEP-3171: Percentage-based Request Mirroring | |||
|
|||
* Issue: [#3171](https://github.com/kubernetes-sigs/gateway-api/issues/3171) | |||
* Status: **Experimental** | |||
* Status: Standard |
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.
Recommend keeping formatting
* Status: Standard | |
* Status: **Standard** |
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.
Why? all of other index.md files are without **
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.
More importantly, the metadata.yaml file in this directory must also be updated. (That's actually the canonical location).
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kflynn, LiorLieberman, robscott 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 |
a7e8b73
to
e4c9def
Compare
Aside from making the metadata.yaml changes and (probably) rerunning |
5c7f0f6
to
e7a4666
Compare
@LiorLieberman: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
PR needs rebase. 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-sigs/prow repository. |
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! This also LGTM once metadata.yaml and codegen are updated.
opened #3638 instead |
/kind cleanup
/kind documentation
What this PR does / why we need it:
Promote Percentage Based Request mirroring to standard
Does this PR introduce a user-facing change?: