- 
                Notifications
    You must be signed in to change notification settings 
- Fork 636
🐛 fix(addons): avoid infinite reconciliation loop #5458
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
🐛 fix(addons): avoid infinite reconciliation loop #5458
Conversation
| I have confirmed this PR fixes the issue on a live cluster. cc @damdo @richardcase @gutmensch @faiq I did not test it, but this issue should also affect v2.8.2 release. | 
8d226cb    to
    72b584d      
    Compare
  
    4591066    to
    393b45c      
    Compare
  
    | /test ? | 
| @faiq: The following commands are available to trigger required jobs: The following commands are available to trigger optional jobs: Use  In 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. | 
| /test pull-cluster-api-provider-aws-e2e-eks-release-2-7 | 
| /ok-to-test | 
| 
 Thanks for this @mloiseleur :bow. Would you be able to rebase on `main? We can then cherrypick the change to release-2.8 and release2-7. | 
393b45c    to
    aa414e6      
    Compare
  
    | /retest | 
| @richardcase It's rebased. I changed the PR toward main branch. | 
| @faiq @richardcase Friendly reminder. This PR is ready for merge & cherry-picking on last release. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/assign @nrb
| LGTM label has been added. Git tree hash: 18b599c802dc74e39fb26a395f177691bfe6e374 | 
| /assign @nrb @richardcase @Ankitasw @dlipovetsky @AndiDog for approval | 
| /approve | 
| @nrb: once the present PR merges, I will cherry-pick it on top of  In 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: nrb 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  | 
| @mloiseleur: The following tests failed, say  
 Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. | 
| /test pull-cluster-api-provider-aws-test | 
| /cherry-pick release-2.8 | 
| @nrb: once the present PR merges, I will cherry-pick it on top of  In 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. | 
| @nrb: new pull request created: #5500 In 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. | 
| @nrb: new pull request created: #5501 In 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. | 
…-reconciliation 🐛 fix(addons): avoid infinite reconciliation loop
What type of PR is this?
/kind regression
What this PR does / why we need it:
With latest v2.7.2 and this PR, there is an infinite reconciliation loop for eks addons.
We have seen two problems:
ConfigurationfieldSpecial notes for your reviewer:
Checklist:
Release note: