-
Notifications
You must be signed in to change notification settings - Fork 599
🐛 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
base: main
Are you sure you want to change the base?
🐛 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
@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. |
/retest |
aa414e6
to
7633f7f
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@richardcase It's rebased. I changed the PR toward main branch. |
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:
Configuration
fieldSpecial notes for your reviewer:
Checklist:
Release note: