enhancements icon indicating copy to clipboard operation
enhancements copied to clipboard

API brotli compression support

Open heartlock opened this issue 3 years ago • 12 comments

Signed-off-by: luke [email protected]

  • One-line PR description: apiserver support brotli compression
  • Issue link:
  • Other comments:

heartlock avatar Mar 08 '22 03:03 heartlock

Welcome @heartlock!

It looks like this is your first PR to kubernetes/enhancements 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/enhancements has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. :smiley:

k8s-ci-robot avatar Mar 08 '22 03:03 k8s-ci-robot

Hi @heartlock. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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/test-infra repository.

k8s-ci-robot avatar Mar 08 '22 03:03 k8s-ci-robot

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: heartlock To complete the pull request process, please assign apelisse after the PR has been reviewed. You can assign the PR to them by writing /assign @apelisse in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Mar 08 '22 03:03 k8s-ci-robot

/cc @wojtek-t Would you like to have a look? It is an improvement for large clusters.

heartlock avatar Mar 09 '22 01:03 heartlock

/sig scalability

heartlock avatar Mar 09 '22 01:03 heartlock

/ok-to-test

tallclair avatar Mar 09 '22 18:03 tallclair

/retest

heartlock avatar Mar 10 '22 02:03 heartlock

gzip is well-known and supported by many standard library clients (certainly the go one). As a prerequisite to adding a new compression algorithm, I'd expect strong evidence that 1) the algorithm is stable and long-term, 2) the specific implementation is well maintained and thoroughly tested (for correctness, performance, and resilience against abuse), and 3) the new algorithm would have wide adoption by clients.

Routing to sig-api-machinery leads for evaluation.

/unassign /assign @lavalamp @deads2k

liggitt avatar Mar 10 '22 13:03 liggitt

Agree w/ Jordan, except that if our own controllers get compressed responses then we don't require wide user adoption to see benefit (but do we do that? why?). But points 1 & 2 need to be established and are not.

lavalamp avatar Mar 11 '22 00:03 lavalamp

Just as a note the KEP number seems to be invalid. You'll need to have a corresponding issue open in the enhancements repo (this repo) and use the issue number for the KEP-XXXX number.

Thanks!

kikisdeliveryservice avatar Apr 05 '22 23:04 kikisdeliveryservice

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Jul 05 '22 00:07 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Aug 04 '22 00:08 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

k8s-triage-robot avatar Sep 03 '22 00:09 k8s-triage-robot

@k8s-triage-robot: Closed this PR.

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

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/test-infra repository.

k8s-ci-robot avatar Sep 03 '22 00:09 k8s-ci-robot

/reopen

heartlock avatar Sep 07 '22 02:09 heartlock

We need the questions from Jordan's comment answered before we can consider this: https://github.com/kubernetes/enhancements/pull/3235#issuecomment-1064046969

lavalamp avatar Sep 07 '22 15:09 lavalamp