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 (v0.16) #1080

Merged
merged 2 commits into from
Mar 20, 2024

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 <[email protected]>
    lcarva committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e559d36 View commit details
    Browse the repository at this point in the history
  2. Remove test for Pipelines v0.41

    This release is no longer supported and is no longer compatible with the
    e2e tests in this branch.
    
    Signed-off-by: Luiz Carvalho <[email protected]>
    lcarva committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    46fdcd6 View commit details
    Browse the repository at this point in the history