-
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 case of userAssignedIdentityID in JSON serialization #2268
Fix case of userAssignedIdentityID in JSON serialization #2268
Conversation
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
I assume this is safe to do in a breaking way because the current implementation doesn't actually (and never did) work?
Sadly, yes. Here are the documented fields, and CAPZ just had it wrong: https://kubernetes-sigs.github.io/cloud-provider-azure/install/configs/#auth-configs Secondarily, there is an issue where CAPZ populating this field with the user-assigned ID's "providerID" (URL) wouldn't work with cloud-provider-azure. #2214 addresses that from the CAPZ side, and kubernetes-sigs/cloud-provider-azure#1290 from cloud-provider-azure's side. (I know you know this @jackfrancis, just recapping here.) That latter fix is being backported to previous releases thanks to your nudging them. Thanks again! |
/retest VMSS provisioning timeout, which I don't think this affects. |
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
@jackfrancis feel free to use your "/lgtm" label reviewer powers now that you are officially a reviewer :)
[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 |
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
What type of PR is this?:
/kind bug
What this PR does / why we need it:
This extracts an uncontroversial fix from #2214 so it can be merged separately.
Which issue(s) this PR fixes:
Refs #2164
See also kubernetes-sigs/cloud-provider-azure#1290
Special notes for your reviewer:
TODOs:
Release note: