Skip to content

Commit afe0b04

Browse files
authored
Update howto-cluster-runtime-upgrade-template.md
Acrolinx fixes
1 parent be40cc1 commit afe0b04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Runtime changes are categorized as follows:
5050
- <START_TIME>: Planned start time of upgrade
5151
- \<DURATION\>: Estimated Duration of upgrade
5252
- <DEPLOYMENT_THRESHOLD>: Compute deployment threshold
53-
- <DEPLOYMENT_PAUSE_MINS>: Time to wait before moving to the next Rack once the current Rack meets the deploymen threshold
54-
- <NFC_NAME>: Associated Nework Fabric Controller (NFC)
53+
- <DEPLOYMENT_PAUSE_MINS>: Time to wait before moving to the next Rack once the current Rack meets the deployment threshold
54+
- <NFC_NAME>: Associated Network Fabric Controller (NFC)
5555
- <CM_NAME>: Associated Cluster Manager (CM)
5656
- <ETCD_LAST_ROTATION_DATE>: Control plane etcd credential last rotation date
5757
- <ETCD_ROTATION_DAYS>: Control plane etcd credential next rotation period
@@ -236,7 +236,7 @@ az networkcloud baremetalmachine list -g $CLUSTER_MRG --subscription $SUBSCRIPTI
236236
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
237237
```
238238
239-
Validate the following for each BMM:
239+
Validate the following states for each BMM:
240240
- ReadyState: True
241241
- ProvisioningState: Succeeded
242242
- DetailedStatus: Provisioned

0 commit comments

Comments
 (0)