Skip to content

doc: add local service backend pool updater retry design#10417

Open
Liunardy wants to merge 1 commit into
kubernetes-sigs:documentationfrom
Liunardy:doc/refine-backend-pool-updater
Open

doc: add local service backend pool updater retry design#10417
Liunardy wants to merge 1 commit into
kubernetes-sigs:documentationfrom
Liunardy:doc/refine-backend-pool-updater

Conversation

@Liunardy
Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind design

What this PR does / why we need it:

Adds a design document for refining the local service backend pool updater retry and error handling behavior.

The design covers bounded updater-level retries, 429 throttling handling, 409/412 conflict retries, SDK retry boundaries, event semantics, queue merge behavior, shutdown behavior, metrics, and the expected unit test coverage.

Based on #10253 with refinements and aligned with #10328.

Which issue(s) this PR fixes:

NONE

Special notes for your reviewer:

This is a design-only PR. It intentionally treats retryrepectthrottled.GetRetriableStatusCode() statuses as terminal at the updater layer because the Azure SDK retry policy already handles those statuses before the updater sees the error.

Does this PR introduce a user-facing change?

NONE

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:

Adds a design doc under content/en/development/design-docs/.

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/design Categorizes issue or PR as related to design. labels May 21, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 21, 2026

Deploy Preview for kubernetes-sigs-cloud-provide-azure ready!

Name Link
🔨 Latest commit 7ce79d5
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-cloud-provide-azure/deploys/6a0eaa68cb0aeb0009b54874
😎 Deploy Preview https://deploy-preview-10417--kubernetes-sigs-cloud-provide-azure.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Liunardy

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:

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 added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 21, 2026
@k8s-ci-robot k8s-ci-robot requested a review from anndono May 21, 2026 06:47
@github-actions github-actions Bot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label May 21, 2026
@k8s-ci-robot k8s-ci-robot requested a review from feiskyer May 21, 2026 06:47
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 21, 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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/design Categorizes issue or PR as related to design. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants