Configure Thread, QPS and Burst with env vars #8886
Unanswered
valAndre07
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone 👋
I wanted to increase the performance of tekton controller, like indicated in the documentation.
As I use helm charts from cdfoundation to deploy tekton controller, it could be easier to add the possibility to configure
threads-per-controller
,kube-api-qps
andkube-api-burst
by environment variables rather than by args.Searching deeper in the source code, I think I could use :
environment variables for
kube-api-qps
andkube-api-burst
. Am I wrong ?Also, is there an env var for configuring
threads-per-controller
?Thanks in advance ☀️
Beta Was this translation helpful? Give feedback.
All reactions