balance, proxy: support evicting backends by config (#1116)#1133
balance, proxy: support evicting backends by config (#1116)#1133djshow832 merged 4 commits intopingcap:release-1.3from
Conversation
|
This cherry pick PR is for a release branch and has not yet been approved by triage owners. To merge this cherry pick:
DetailsInstructions 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-sigs/prow repository. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-1.3 #1133 +/- ##
==============================================
Coverage ? 65.44%
==============================================
Files ? 123
Lines ? 11947
Branches ? 0
==============================================
Hits ? 7819
Misses ? 3603
Partials ? 525
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@YangKeao: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: YangKeao The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
This is a manual cherry-pick of #1116
What problem does this PR solve?
Issue Number: close #1115
Problem Summary:
When a backend is confirmed to fail, we need a way to evict it manually.
What is changed and how it works:
proxy.fail-backend-listandproxy.failover-timeoutconfigfail-backend-listto match by pod name or backend addressCheck List
Tests
Notable changes
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.