@@ -29,7 +29,7 @@ Runtime changes are categorized as follows:
29
29
- Subscription access to run the Azure Operator Nexus Network Fabric (NF) and Network Cloud (NC) CLI extension commands.
30
30
-Target Cluster must be healthy in a running state.
31
31
32
- ## Required Parameters:
32
+ ## Required Parameters
33
33
- \< ENVIRONMENT\> : - Instance Name
34
34
- <AZURE_REGION>: - Azure Region of Instance
35
35
- <CUSTOMER_SUB_NAME>: Subscription Name
@@ -106,7 +106,7 @@ Runtime changes are categorized as follows:
106
106
107
107
4 . Review Operator Nexus Release notes for required checks and configuration updates not included in this document.
108
108
109
- ## Send notification to Operations of upgrade schedule for the Cluster.
109
+ ## Send notification to Operations of upgrade schedule for the Cluster
110
110
111
111
The following template can be used through email or support ticket:
112
112
```
@@ -153,7 +153,7 @@ If `updateStrategy` isn't set, the default values are as follows:
153
153
}
154
154
```
155
155
156
- ### Set a deployment threshold and wait time different than default:
156
+ ### Set a deployment threshold and wait time different than default
157
157
```
158
158
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
159
159
```
@@ -192,7 +192,7 @@ az networkcloud cluster show -g <CLUSTER_RG> -n <CLUSTER_NAME> --subscription <C
192
192
"waitTimeMinutes": 0
193
193
```
194
194
195
- ## Run upgrade from either portal or cli:
195
+ ## Run upgrade from either portal or cli
196
196
* To start upgrade from Azure portal, go to Cluster resource, click ` Update ` , select <CLUSTER_VERSION>, then click ` Update `
197
197
* To run upgrade from Azure CLI, run the following command:
198
198
```
@@ -207,13 +207,13 @@ az networkcloud cluster show -g <CLUSTER_RG> -n <CLUSTER_NAME> --subscription <C
207
207
```
208
208
Provide this information to Microsoft Support when opening a support ticket for upgrade issues.
209
209
210
- ## Monitor status of Cluster:
210
+ ## Monitor status of Cluster
211
211
```
212
212
az networkcloud cluster list -g $CLUSTER_RG --subscription $SUBSCRIPTION_ID -o table
213
213
```
214
214
The Cluster ` Detailed status ` shows ` Running ` and the ` Detailed status message ` shows 'Cluster is up and running.` when the upgrade is complete.
215
215
216
- ## Monitor status of Bare Metal Machines:
216
+ ## Monitor status of Bare Metal Machines
217
217
```
218
218
az networkcloud baremetalmachine list -g $CLUSTER_MRG --subscription $SUBSCRIPTION_ID -o table
219
219
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
@@ -242,7 +242,7 @@ Use the following command to continue upgrade once a Compute Rack is paused afte
242
242
```
243
243
az networkcloud cluster continue-update-version -g $CLUSTER_RG -n $CLUSTER_NAME$ --subscription $SUBSCRIPTION_ID
244
244
```
245
- ## How to troubleshoot Cluster and BMM upgrade failures.
245
+ ## How to troubleshoot Cluster and BMM upgrade failures
246
246
The following troubleshooting documents can help recover BMM upgrade issues:
247
247
- [ Hardware validation failures] ( troubleshoot-hardware-validation-failure.md )
248
248
- [ BMM Provisioning issues] ( troubleshoot-bare-metal-machine-provisioning.md )
@@ -254,7 +254,7 @@ If troubleshooting doesn't resolve the issue, open a Microsoft support ticket:
254
254
- Collect Cluster and BMM operation state from Azure portal or Azure CLI.
255
255
- Create Azure Support Request for any Cluster or BMM upgrade failures and attach any errors along with ASYNC URL, correlation ID, and operation state of the Cluster and BMMs.
256
256
257
- ## Post-upgrade Validation
257
+ ## Post-upgrade validation
258
258
Run the following commands to check the status of the CM, Cluster, and BMM:
259
259
260
260
1 . Check that the CM is in ` Succeeded ` for ` Provisioning state ` :
@@ -330,4 +330,4 @@ Remove the resource tag on the Cluster resource tracking the upgrade in Azure po
330
330
- [ Cluster Upgrade] ( howto-cluster-runtime-upgrade.md )
331
331
- [ Cluster Upgrade with PauseAfterRack] ( howto-cluster-runtime-upgrade-with-pauseafterrack-strategy.md )
332
332
- [ Azure CLI] ( https://aka.ms/azcli )
333
- - [ Install CLI Extension] ( howto-install-cli-extensions.md )
333
+ - [ Install CLI Extension] ( howto-install-cli-extensions.md )
0 commit comments