Skip to content

Commit ccdc52d

Browse files
authored
Update howto-cluster-runtime-upgrade-template.md
1 parent 7f6b21a commit ccdc52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-cluster-runtime-upgrade-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Runtime changes are categorized as follows:
8585
>[!Note]
8686
> If CM `Provisioning state` isn't `Succeeded` and Cluster `Detailed status` isn't `Running` stop the upgrade until issues are resolved.
8787
88-
2. Check the Bare Metal Machine status `Detailed status` is `Running`:
88+
2. Check the Bare Metal Machine (BMM) status `Detailed status` is `Running`:
8989
```
9090
az networkcloud baremetalmachine list -g $CLUSTER_MRG --subscription $SUBSCRIPTION_ID --query "sort_by([].{name:name,kubernetesNodeName:kubernetesNodeName,location:location,readyState:readyState,provisioningState:provisioningState,detailedStatus:detailedStatus,detailedStatusMessage:detailedStatusMessage,cordonStatus:cordonStatus,powerState:powerState,kubernetesVersion:kubernetesVersion,machineClusterVersion:machineClusterVersion,machineRoles:machineRoles| join(', ', @),createdAt:systemData.createdAt}, &name)" -o table
9191
```

0 commit comments

Comments
 (0)