-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
[1.18] Automated cherry pick of fixes for "large leases overload event etcd" issue (96836) #100452
[1.18] Automated cherry pick of fixes for "large leases overload event etcd" issue (96836) #100452
Conversation
…ration Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
/assign @wojtek-t |
/lgtm @kubernetes/release-managers - for cherrypick approval |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mborsz, wojtek-t 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 |
/triage accepted |
/kind bug |
Cherry pick of #97009 #97480 #98257 on release-1.18.
#97009: apiserver add --lease-reuse-duration-seconds to config lease
#97480: apiserver add metric etcd_lease_object_counts
#98257: api-server add --lease-max-object-count
All those three PRs are a fix for an issue where creating a large number of events was causing event-etcd overload (#96836).