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

Allow override QPS and Burst via flag #1778

Merged
merged 2 commits into from
Oct 7, 2020

Commits on Oct 7, 2020

  1. Allow override QPS and Burst via flag.

    Add `--kube-api-qps` and `--kube-api-burst` command-line flags
    to control client QPS and Burst respectively.
    
    The default value is set to 0 to keep backward compatibility.
    
    Signed-off-by: Pierangelo Di Pilato <[email protected]>
    pierDipi committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    b1ad424 View commit details
    Browse the repository at this point in the history
  2. Inline validation functions

    Signed-off-by: Pierangelo Di Pilato <[email protected]>
    pierDipi committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    8c36cb8 View commit details
    Browse the repository at this point in the history