We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
userAssignedIdentityID
azure.json
/kind bug
[Before submitting an issue, have you checked the Troubleshooting Guide?]
What steps did you take and what happened: [A clear and concise description of what the bug is.]
AzureMachineTemplate
userAssignedIdentities
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: AzureMachineTemplate metadata: name: foo-control-plane namespace: foo spec: template: spec: dataDisks: - diskSizeGB: 256 lun: 0 nameSuffix: etcddisk identity: UserAssigned osDisk: diskSizeGB: 128 osType: Linux sshPublicKey: userAssignedIdentities: - providerID: /subscriptions/... - providerID: /subscriptions/... vmSize: Standard_F4s
{ "userAssignedIdentityId": "/subscriptions/..." }
What did you expect to happen: There are two issues here:
userAssignedIdentityId
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
cluster-api-provider-azure/controllers/helpers.go
Line 373 in c3d1ef1
cluster-api-provider-azure/controllers/azurejson_machine_controller.go
Lines 184 to 188 in c3d1ef1
Environment:
kubectl version
/etc/os-release
The text was updated successfully, but these errors were encountered:
Confirmed that the value in azure.json should be the clientID of the MSI and not the resource URI
Sorry, something went wrong.
/milestone v1.3 /help
/assign /remove-help
mboersma
Successfully merging a pull request may close this issue.
/kind bug
[Before submitting an issue, have you checked the Troubleshooting Guide?]
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
AzureMachineTemplate
that specifiesuserAssignedIdentities
. For example,azure.json
on control plane nodes. TheuserAssignedIdentityID
looks like:What did you expect to happen:
There are two issues here:
userAssignedIdentityID
rather thanuserAssignedIdentityId
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
cluster-api-provider-azure/controllers/helpers.go
Line 373 in c3d1ef1
cluster-api-provider-azure/controllers/azurejson_machine_controller.go
Lines 184 to 188 in c3d1ef1
Environment:
kubectl version
): 1.22/etc/os-release
): ubuntu 20.04The text was updated successfully, but these errors were encountered: