Automated cherry pick of #127417: bugfix: endpoints controller track resource version#127452
Conversation
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
|
you need to adapt the backport integration test
check one of the other tests in the same file for guidance |
The endpoints controller store the resource version of the previous Endpoints objects to avoid issues related to stale information on the cache. However, there can be update operations that succeed without increasing the resource version, causing the endpoints controller to declare stale the existing Resource Version and stopping the Endpoints to be updated. Co-Author-By: Quan Tian <quan.tian@broadcom.com> Co-Author-By: Yang Yang <yyyng@amazon.com>
77f65a6 to
47c8669
Compare
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: 58b8557a6d9525f26d1c0ef2943699279fa50e53 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, swetharepakula 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 |
Cherry pick of #127417 on release-1.30.
#127417: bugfix: endpoints controller track resource version
For details on the cherry pick process, see the cherry pick requests page.