-
Notifications
You must be signed in to change notification settings - Fork 430
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
AzureManagedMachinePool ValidateDelete Webhook will check AMMP for DeleteForMoveAnnotation annotation #4392
AzureManagedMachinePool ValidateDelete Webhook will check AMMP for DeleteForMoveAnnotation annotation #4392
Conversation
Skipping CI for Draft Pull Request. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4392 +/- ##
==========================================
+ Coverage 61.02% 61.04% +0.01%
==========================================
Files 190 190
Lines 19029 19029
==========================================
+ Hits 11613 11616 +3
+ Misses 6784 6782 -2
+ Partials 632 631 -1 ☔ View full report in Codecov by Sentry. |
2c72cbe
to
cd5ba59
Compare
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: 045b1e226d2f71279f86192d2c7ab2b1e990fd9b
|
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: nojnhuh 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 |
@nawazkh Feel free to summon the cherry-pick bot for whichever branches we need. |
/cherry-pick release-1.12 |
@nawazkh: once the present PR merges, I will cherry-pick it on top of release-1.12 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. |
@CecileRobertMichon @nojnhuh , I wonder if this PR should also be cherry-picked onto release-1.11 branch as well. I see that CAPI added And since CAPZ consumes CAPI-1.5 in CAPZ-1.11, I want to cherry-pick this PR onto release-1.11 as well. cluster-api-provider-azure/go.mod Line 55 in e3c702c
But can someone tell me why the earlier PR (#3426) not added to release-1.11 of CAPZ? Am I missing anything? |
AFAIK #3426 wasn't cherry picked because it wasn't technically a "bug fix". We could cherry-pick this one in release-1.11, although 1.11 doesn't have the regression, even if it's not optimal, it still works. |
@nawazkh: new pull request created: #4396 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. |
Hmm.. makes sense. This PR is mostly an "enhancement" than a bug fix. I am ok on not cherry-picking this onto release-1.11. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
DeleteForMoveAnnotation
duringclusterctl move --to-kubeconfig
operationWhich issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #4341
Special notes for your reviewer:
TODOs:
Release note: