-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add client capability for not supporting overprovisioning. #10136
Add client capability for not supporting overprovisioning. #10136
Conversation
Signed-off-by: Mark D. Roth <roth@google.com>
/cc |
Thanks LGTM, though I think needs a format/doc fix. Also, if the field will not be used, can you just go ahead and "deprecate" it from v2 and then it will be removed in v3? I think that's fine to do if it was never implemented. Thank you! /wait |
Signed-off-by: Mark D. Roth <roth@google.com>
Signed-off-by: Mark D. Roth <roth@google.com>
I've marked the I've attempted to fix the formatting. Let's see if the CI is happy... |
Signed-off-by: Mark D. Roth <roth@google.com>
@mattklein123 The remaining CI failure seems like a bug in the formatter. It wants me to pull in the end of the table, but doing that would break the RST formatting. I'm not sure how to fix this. Can you (or someone who better understand the CI checks) please take a look? Thanks! |
Sadly I don't know what the issue is and I don't have the cycles to debug it right now. @envoyproxy/maintainers is there anyone that can help look at this format check? |
Signed-off-by: Mark D. Roth <roth@google.com>
I've punted by removing the table and replacing it with a bulleted list. |
Signed-off-by: Mark D. Roth <roth@google.com>
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!
Signed-off-by: Mark D. Roth roth@google.com
Description: Add client capability for not supporting overprovisioning.
Risk Level: Low
Testing: N/A
Docs Changes: Included in PR
Release Notes: N/A
This should eliminate the need for #8093. And we can remove the
disable_overprovisioning
flag added in #8080, since it never got used. (I can add that to this PR if you'd like.)@htuch @alyssawilk @snowp