-
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
fix NodeTaints and NodeLabels return type for AzureManagedMachinePools #4122
fix NodeTaints and NodeLabels return type for AzureManagedMachinePools #4122
Conversation
Does this address #4116? |
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.
I think this is correct. Could you please fix up this PR to be more descriptive and add tests? e2e tests might also need to be updated.
Thanks, Jon! |
704441f
to
9c3eba1
Compare
Converted to draft so that I don't trigger any more tests on an in progress PR. |
9c3eba1
to
f58584e
Compare
/cherry-pick release-1.11 |
@nawazkh: 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. |
/cherry-pick release-1.10 |
@nawazkh: once the present PR merges, I will cherry-pick it on top of release-1.10 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. |
f58584e
to
05cbad7
Compare
@nawazkh When this PR is ready for review please mark it as such in the project board. |
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: edf506c508359320c22efdbf231513f752c30b24
|
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
"foo": ptr.To("bar"), | ||
"hello": ptr.To("world"), | ||
}, | ||
expected: map[string]*string{}, | ||
}, | ||
{ |
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.
@jackfrancis Are you still taking on updating the e2e tests?
[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 |
/test pull-cluster-api-provider-azure-e2e-aks |
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
@nawazkh: #4122 failed to apply on top of branch "release-1.11":
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. |
@nawazkh: #4122 failed to apply on top of branch "release-1.10":
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. |
@nawazkh Are we sure this bug affects 1.10? Or do we know that this isn't related to the SDK v2 migration? |
Confirming. Will update in a bit. |
I see the endless reconciliation on
|
I should now be able to cherry-pick this PR onto release-1.11 since #4140 (comment) got merged onto release-1.11. /cherry-pick release-1.11 |
@nawazkh: new pull request created: #4147 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. |
I should be able to cherry-pick onto release-1.10 branch now that #4127 has merged. /cherry-pick release-1.10 |
@nawazkh: #4122 failed to apply on top of branch "release-1.10":
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:
NodeLabels
andNodeTaints
respectively.NodeLabels
are deleted.NodeTaints
are deleted.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 #4116
Special notes for your reviewer:
TODOs:
Release note: