Skip to content
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

Make gzip opt-in #399

Merged
merged 1 commit into from
Feb 8, 2021
Merged

Make gzip opt-in #399

merged 1 commit into from
Feb 8, 2021

Conversation

kazk
Copy link
Member

@kazk kazk commented Feb 8, 2021

Make gzip opt-in for now because Kubernetes doesn't have it enabled by default yet and requires more dependencies.
It's behind APIResponseCompression feature gate which is in Beta since 1.16.
See https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/.

Also, I haven't tested this with compressed response at all.

Make `gzip` opt-in for now because Kubernetes doesn't have it enabled by default yet and
requires more dependencies.
It's behind `APIResponseCompression` feature gate which is in `Beta` since 1.16.
See <https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/>.
@clux clux merged commit bfa1692 into kube-rs:master Feb 8, 2021
@kazk
Copy link
Member Author

kazk commented Feb 8, 2021

I realized there's no need to branch, so I'll open a new PR simplifying this.

@kazk kazk deleted the opt-in-gzip branch February 8, 2021 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants