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

✨ Default QPS to a saner value in and out of tests #365

Merged
merged 2 commits into from
Mar 26, 2019

Commits on Mar 25, 2019

  1. Don't rate-limit on test control plane

    If you share client across a test, then client-side rate-limitting will
    slow down your test drastically.
    DirectXMan12 committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    095c4a4 View commit details
    Browse the repository at this point in the history
  2. Default REST Config QPS to match KCM

    This defaults the loaded REST Config QPS to 20 (burst 30), which matches
    what the kube controller manager has.  The defaults of 5 and 10
    (respectively) are pretty slow, especially since they're shared across
    multiple controllers.
    DirectXMan12 committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    a82afb4 View commit details
    Browse the repository at this point in the history