Skip to content

Remove rate limit budget allocator (cleanup)#1741

Merged
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
saschagrunert:fix/simplify-rate-limiting
Feb 26, 2026
Merged

Remove rate limit budget allocator (cleanup)#1741
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
saschagrunert:fix/simplify-rate-limiting

Conversation

@saschagrunert
Copy link
Copy Markdown
Member

@saschagrunert saschagrunert commented Feb 26, 2026

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

All pipeline phases run sequentially, so splitting the rate limit budget between promotion and signing is unnecessary overhead. This removes the BudgetAllocator and replaces the two separate RoundTripper instances with a single shared one that gets the full budget for all phases.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Give the full rate limit budget to all pipeline phases instead of splitting between promotion and signing

All pipeline phases run sequentially, so splitting the rate limit
budget between promotion and signing is unnecessary. Use a single
shared RoundTripper with the full budget for all phases.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects area/release-eng Issues or PRs related to the Release Engineering subproject labels Feb 26, 2026
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. sig/release Categorizes an issue or PR as relevant to SIG Release. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Feb 26, 2026
@saschagrunert saschagrunert changed the title Remove rate limit budget allocator Remove rate limit budget allocator (cleanup) Feb 26, 2026
Copy link
Copy Markdown
Member

@xmudrii xmudrii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 26, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert, xmudrii

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [saschagrunert,xmudrii]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 94f8457 into kubernetes-sigs:main Feb 26, 2026
5 checks passed
@saschagrunert saschagrunert deleted the fix/simplify-rate-limiting branch February 26, 2026 22:18
@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-none Denotes a PR that doesn't merit a release note. labels Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects area/release-eng Issues or PRs related to the Release Engineering subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/release Categorizes an issue or PR as relevant to SIG Release. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants