-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Feature: Allow THREADS_PER_CONTROLLER env var to override default threads-per-controller value #8890
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
Feature: Allow THREADS_PER_CONTROLLER env var to override default threads-per-controller value #8890
Conversation
|
|
|
The following is the coverage report on the affected files.
|
|
/kind feature |
f056ab9 to
f01bb87
Compare
afrittoli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
It looks good, just a small question.
|
The following is the coverage report on the affected files.
|
…-controller default value In some cases, it could be easier to add the possibility to configure threads-per-controller, kube-api-qps and kube-api-burst by environment variables rather than by args
f01bb87 to
a11bbe0
Compare
|
/test pull-tekton-pipeline-go-coverage-df |
|
@valAndre07: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
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. |
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
@valAndre07: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
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. |
|
/ok-to-test |
|
@valAndre07: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
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. |
|
/retest |
afrittoli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
/approve
|
Thanks a lot for the approve @afrittoli 😃 |
Of course. We have a policy of two reviews for pipeline PRs, once another maintainer approves, they'll add an lgtm comment and the PR will be automatically be merged. If the second reviewer requests changes, and new update on the PR will be required instead. |
|
/cc @vdemeester |
|
/cc @twoGiants |
twoGiants
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
|
/approve |
DetailsIn response to this:
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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afrittoli, twoGiants The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |

Changes
Linked issue : #8886
In order to use helm charts from cdfoundation to deploy tekton controller, it could be easier to add the possibility to configure
threads-per-controller,kube-api-qpsandkube-api-burstby environment variables rather than by args.KUBE_API_BURSTandKUBE_API_QPSenv vars can already overridekube-api-qpsandkube-api-burstdefault value :We just need to allow
THREADS_PER_CONTROLLERenv var to override defaultthreads-per-controllervalue.Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes