Skip to content

Commit 10df69d

Browse files
authored
Update howto-cluster-runtime-upgrade-template.md
Acrolinx fixes
1 parent db841e1 commit 10df69d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Runtime changes are categorized as follows:
3030
4. Target Cluster must be healthy in a running state.
3131

3232
## Required Parameters:
33-
- /<ENVIRONMENT/> - Instance Name
34-
- <AZURE_REGION> - Azure Region of Instance
33+
- \<ENVIRONMENT\>: - Instance Name
34+
- <AZURE_REGION>: - Azure Region of Instance
3535
- <CUSTOMER_SUB_NAME>: Subscription Name
3636
- <CUSTOMER_SUB_ID>: Subscription ID
3737
- <CLUSTER_NAME>: Cluster Name
@@ -41,7 +41,7 @@ Runtime changes are categorized as follows:
4141
- <CLUSTER_CONTROL_BMM>: Cluster Control plane baremetalmachine
4242
- <CLUSTER_VERSION>: Runtime version for upgrade
4343
- <START_TIME>: Planned start time of upgrade
44-
- /<DURATION/>: Estimated Duration of upgrade
44+
- \<DURATION\>: Estimated Duration of upgrade
4545
- <DEPLOYMENT_THRESHOLD>: Compute deployment threshold
4646
- <DEPLOYMENT_PAUSE_MINS>: Time to wait before moving to the next Rack once the current Rack meets the deploymen threshold
4747
- <NFC_NAME>: Associated Nework Fabric Controller (NFC)
@@ -95,7 +95,7 @@ Runtime changes are categorized as follows:
9595
>[!Note]
9696
> If CM `Provisioning state` isn't `Succeeded` and Cluster `Detailed status` isn't `Running` stop the upgrade until issues are resolved.
9797
98-
3. Check the Bare Metal Machine status `Detailed status` is `Running`:
98+
3. Check the Bare Metal Machine status `Detailed status` is `Running`:
9999
```
100100
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
101101
```
@@ -167,7 +167,8 @@ If `updateStrategy` isn't set, the default values are as follows:
167167
```
168168
az networkcloud cluster update -n $CLUSTER_NAME -g $CLUSTER_RG --update-strategy strategy-type="Rack" threshold-type="PercentSuccess" threshold-value=$THRESHOLD wait-time-minutes=$PAUSE_MINS --subscription $SUBSCRIPTION_ID
169169
```
170-
>[!Important] If 100% threshold is required, review the BMM status reported during pre-checks and make sure all BMM are healthy before proceeding with the upgrade.
170+
>[!Important]
171+
> If 100% threshold is required, review the BMM status reported during pre-checks and make sure all BMM are healthy before proceeding with the upgrade.
171172
172173
Verify update:
173174
```
@@ -176,8 +177,8 @@ az networkcloud cluster show -n $CLUSTER_NAME -g $CLUSTER_RG --subscription $SUB
176177
"maxUnavailable": 32767,
177178
"strategyType": "Rack",
178179
"thresholdType": "PercentSuccess",
179-
"thresholdValue": 80,
180-
"waitTimeMinutes": 1
180+
"thresholdValue": $THRESHOLD,
181+
"waitTimeMinutes": $PAUSE_MINS
181182
}
182183
```
183184

0 commit comments

Comments
 (0)