-
Notifications
You must be signed in to change notification settings - Fork 431
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
workaround ASO swallowing updates into ongoing operations #4158
Conversation
/assign @nawazkh |
/cherry-pick release-1.11 |
@nojnhuh: once the present PR merges, I will cherry-pick it on top of release-1.11 in a new PR and assign it to you. 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/test-infra repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4158 +/- ##
=======================================
Coverage 57.87% 57.87%
=======================================
Files 187 187
Lines 19212 19216 +4
=======================================
+ Hits 11118 11122 +4
Misses 7466 7466
Partials 628 628
☔ View full report in Codecov by Sentry. |
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
LGTM label has been added. Git tree hash: 26d6214421ceaa6f51d0e2948fa864477aa78857
|
/hold |
/retest |
I'm reasonably confident this failure is unrelated to the rest of these changes. I think it's a weird concurrency thing trying to update managed clusters and agent pools at the same time like we do in the tags test. The real bug is likely in AKS and/or ASO, but I think we can work around that by using the plain tags API like we were doing before instead of using ASO to manage those. I'll update #4069 with that change but I think this change is still valuable. /hold cancel |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
/retest |
@nojnhuh: new pull request created: #4174 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/test-infra repository. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
This PR works around a bug in ASO (Azure/azure-service-operator#3451) where updating the spec of an ASO resource while another update is already in progress swallows the requeue request from the new update and the new update will not take effect until after the next periodic ASO resync which could be up to an hour later by default.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes tests on #4069
Special notes for your reviewer:
TODOs:
Release note: