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

Expose performance options #1082

Closed
wants to merge 1 commit into from
Closed

Commits on Mar 20, 2024

  1. Expose performance options

    This allow admins to specify a few parameters to better suit their use
    of Chains.
    
    `--threads-per-controller` controls the number of concurrent threads the
    Chains controller processes. The default value is 2.
    
    `--kube-api-burst` controle the maximum burst for throttle.
    
    `--kube-api-qps` controles the maximum QPS to the server from the
    client.
    
    The approach taken here is the same one used by the Tekton Pipeline
    controller for the sake of consistency in the ecosystem.
    
    Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
    lcarva committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b792860 View commit details
    Browse the repository at this point in the history