# NP created with machineIdentityID specified
oc get np -n clusters 69e8eae2c50cf2dd2a46 -o jsonpath='{.spec.platform.azure}' | jq
{
"diagnostics": {
"storageAccountType": "Managed"
},
"diskSizeGB": 120,
"diskStorageAccountType": "Premium_LRS",
"image": {
"azureImageType": "AzureMarketplace",
"azureMarketplace": {
"offer": "aro4",
"publisher": "azureopenshift",
"sku": "aro_417",
"version": "417.94.20240701"
}
},
"machineIdentityID": "/subscriptions/53b8f551-f0fc-4bea-8cba-6d1fefd54c8a/resourcegroups/ci-op-lxx3j7bk-6c717-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/69e8eae2c50cf2dd2a46-69e8eae2c50cf2dd2a46-gqn2d",
"subnetID": "/subscriptions/53b8f551-f0fc-4bea-8cba-6d1fefd54c8a/resourceGroups/ci-op-lxx3j7bk-6c717-vnet-rg/providers/Microsoft.Network/virtualNetworks/ci-op-lxx3j7bk-6c717-vnet/subnets/ci-op-lxx3j7bk-6c717-subnet",
"vmsize": "Standard_D4s_v3"
}
# Check AzureMachineTemplate, user assigned identity is used
oc get azuremachinetemplate -n clusters-69e8eae2c50cf2dd2a46 69e8eae2c50cf2dd2a46-f412695a -o jsonpath='{.spec.template.spec}' | jq
{
"diagnostics": {
"boot": {
"storageAccountType": "Managed"
}
},
"identity": "UserAssigned",
"image": {
"marketplace": {
"offer": "aro4",
"publisher": "azureopenshift",
"sku": "aro_417",
"thirdPartyImage": false,
"version": "417.94.20240701"
}
},
"networkInterfaces": [
{
"subnetName": "ci-op-lxx3j7bk-6c717-subnet"
}
],
"osDisk": {
"diskSizeGB": 120,
"managedDisk": {
"storageAccountType": "Premium_LRS"
},
"osType": ""
},
"sshPublicKey": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEcnNLK0tKVUhnOWJkUFc3enhLWFdXM0tJN3dDSU02QUd3OWhGNmxSUjRZVmhMampZWHd6SHQ2YVZjVEZLQVVaWVkwZVUwUUJFUGVSSWExL0tFSFQ5Z2RMM0FqVnVJS01LTEVQQWF0YnJRNFRDL0IrUm05b3FidHlKVXZiNk9nUVdLblZmajZIQi9PbktXUW5XSGNpZ3l0VVRuUnZvOXpKamE3TC8zcUZVcTJaUUxOVlE4MjQrVUFadEw1SW1Vb1dHL015M0orVjRDZWNMZXA2cUk1STIxaFNoMnVPOE84YkdsRDZ0V243eWsvYU1sYzdhVXpCUTRrdmVMeVNXcDNhZ0RHbHFIVkJnMUo2RXdoa3RaTCtIeGNSajl6bW8zdWlpWEZJb0RDTEpKQ2owaEJkd1pEVUkyeGZxaXM3alFDQ1U4VjRpMjZxdnBIWWdDOWtoRlpWK2oK",
"userAssignedIdentities": [
{
"providerID": "/subscriptions/53b8f551-f0fc-4bea-8cba-6d1fefd54c8a/resourcegroups/ci-op-lxx3j7bk-6c717-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/69e8eae2c50cf2dd2a46-69e8eae2c50cf2dd2a46-gqn2d"
}
],
"vmSize": "Standard_D4s_v3"
}
Since the problem described in this issue should be resolved in a recent advisory, it has been closed.
For information on the advisory (Moderate: OpenShift Container Platform 4.17.0 bug fix and security update), and where to find the updated files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2024:3718