-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Increase lease time of controller and webhook #4541
Conversation
Knative increased their default lease duration. Tekton can also do it and be less aggressive with the k8s API. In case of reboot/restart, the controller will take more time to recover.
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.
/cc @imjasonh
Note: this is something knative/serving & co also did 👼🏼
[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 |
/retest |
Is this CI error real? |
/test pull-tekton-pipeline-alpha-integration-tests |
/retest |
/lgtm |
Changes
Knative increased their default lease duration. Tekton can also do it
and be less aggressive with the k8s API.
In case of reboot/restart, the controller will take more time to
recover.
Related to knative/pkg#2383
Tekton controller is also issuing 2 calls per second to the apiserver. Webhook and even triggers components are impacted.
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes