-
Notifications
You must be signed in to change notification settings - Fork 255
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
pass rest config when create tkn clients,fix the default QPS is to low(QPS is 5),can improve the concurrent #1512 #1513
Conversation
…w(QPS is 5),can improve the concurrent
Hi @tomonight. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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 |
@tomonight: Cannot trigger testing until a trusted user reviews the PR and leaves an In 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 |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#1498 | [Pradeep Kumar] update tkn v0.22.0 | 2022/02/01-22:04 #1499 | [Daniel Helfand] update tkn chocolatey package to v0.22.0 | 2022/02/02-10:17 #1503 | [Chmouel Boudjnah] Use ubuntu-rolling to build package | 2022/02/03-10:17 #1505 | [Shubham] Make `vendor` a PHONY target | 2022/02/07-10:50 #1500 | [Chmouel Boudjnah] Add export option for pipelinerun | 2022/02/15-12:01 #1484 | [mansi103] Checked existence of resources before deletion | 2022/02/16-13:46 #1513 | [tomonight] pass rest config when create tkn clients,fix the default QPS is to low(QPS is 5),can improve the concurrent | 2022/02/28-09:14 #1514 | [Piyush Garg] Bump deps of pipeline and triggers | 2022/02/28-13:53 #1509 | [mansi103] Adds chains version in output of tkn version command | 2022/03/01-12:52 #1440 | [Rémy Greinhofer] Add Chains management command | 2022/03/03-15:01 null | [Vincent Demeester] Fix vendoring | 2022/03/03-15:01 null | [Vincent Demeester] Temporary disable linting tarball package | 2022/03/03-15:01 null | [jbpratt] remove unnecessary filepath join | 2022/03/04-08:13 null | [jbpratt] gofmt -w test/e2e/* | 2022/03/04-08:27 null | [jbpratt] replace t.Errorf %w with %v | 2022/03/04-09:17 null | [PuneetPunamiya] Bump Tekton Hub CLI to latest | 2022/03/04-10:37 null | [Pradeep Kumar] fix missing Cursor with interactive start commands | 2022/03/04-12:13 null | [Chmouel Boudjnah] Fix tektoncd docs installation instructions | 2022/03/08-08:08 null | [Piyush Garg] Make chains namespace configurable | 2022/03/09-09:29 null | [Piyush Garg] Bump chains and hub deps | 2022/03/09-09:29 Signed-off-by: Piyush Garg <pgarg@redhat.com>
pass the k8s config when create log clients , share k8s config.
fix or feature: #1506