add statsCompression field to MeshConfig API, deprecating per pod annotation#3628
Conversation
|
😊 Welcome @frittentheke! This is either your first contribution to the Istio api repo, or it's been You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
|
Hi @frittentheke. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
…otation (#48051) * if set to true Envoy applies HTTP compression for metrics / stats via brotli, zstd or gzip if client sends appropriate `Accept-Encoding` header. * deprecate `sidecar.istio.io/statsCompression` annotation xref: istio/istio#48051 Signed-off-by: Christian Rohmann <christian.rohmann@inovex.de>
ca4bef3 to
71f91b7
Compare
|
🤔 🐛 You appear to be fixing a bug in Go code, yet your PR doesn't include updates to any test files. Did you forget to add a test? Courtesy of your friendly test nag. |
@zirain could you run the tests then? Also I have PR istio/istio#58717 which contains the changes on the Istio side. |
|
/ok-to-test |
keithmattix
left a comment
There was a problem hiding this comment.
This looks right for a 1.30 target. If you're wanting to get this new field into the upcoming 1.29 release, then I don't think we can deprecate.
Adding a hold for further TOC weigh-in/contributor response
Should you agree this can be done in one swoop there might need to be a note in the release notes / upgrade nodes in any case. |
|
/cherry-pick release-1.29 |
|
@keithmattix: new pull request created: #3640 DetailsIn 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-sigs/prow repository. |
fixes: istio/istio#48051
xref: istio/istio#58717