Skip to content

Commit 1497452

Browse files
Removed punctuation from H headings
1 parent 30b71c0 commit 1497452

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Runtime changes are categorized as follows:
2929
- Subscription access to run the Azure Operator Nexus Network Fabric (NF) and Network Cloud (NC) CLI extension commands.
3030
-Target Cluster must be healthy in a running state.
3131

32-
## Required Parameters:
32+
## Required Parameters
3333
- \<ENVIRONMENT\>: - Instance Name
3434
- <AZURE_REGION>: - Azure Region of Instance
3535
- <CUSTOMER_SUB_NAME>: Subscription Name
@@ -106,7 +106,7 @@ Runtime changes are categorized as follows:
106106

107107
4. Review Operator Nexus Release notes for required checks and configuration updates not included in this document.
108108

109-
## Send notification to Operations of upgrade schedule for the Cluster.
109+
## Send notification to Operations of upgrade schedule for the Cluster
110110

111111
The following template can be used through email or support ticket:
112112
```
@@ -153,7 +153,7 @@ If `updateStrategy` isn't set, the default values are as follows:
153153
}
154154
```
155155

156-
### Set a deployment threshold and wait time different than default:
156+
### Set a deployment threshold and wait time different than default
157157
```
158158
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
159159
```
@@ -192,7 +192,7 @@ az networkcloud cluster show -g <CLUSTER_RG> -n <CLUSTER_NAME> --subscription <C
192192
"waitTimeMinutes": 0
193193
```
194194

195-
## Run upgrade from either portal or cli:
195+
## Run upgrade from either portal or cli
196196
* To start upgrade from Azure portal, go to Cluster resource, click `Update`, select <CLUSTER_VERSION>, then click `Update`
197197
* To run upgrade from Azure CLI, run the following command:
198198
```
@@ -207,13 +207,13 @@ az networkcloud cluster show -g <CLUSTER_RG> -n <CLUSTER_NAME> --subscription <C
207207
```
208208
Provide this information to Microsoft Support when opening a support ticket for upgrade issues.
209209

210-
## Monitor status of Cluster:
210+
## Monitor status of Cluster
211211
```
212212
az networkcloud cluster list -g $CLUSTER_RG --subscription $SUBSCRIPTION_ID -o table
213213
```
214214
The Cluster `Detailed status` shows `Running` and the `Detailed status message` shows 'Cluster is up and running.` when the upgrade is complete.
215215

216-
## Monitor status of Bare Metal Machines:
216+
## Monitor status of Bare Metal Machines
217217
```
218218
az networkcloud baremetalmachine list -g $CLUSTER_MRG --subscription $SUBSCRIPTION_ID -o table
219219
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
242242
```
243243
az networkcloud cluster continue-update-version -g $CLUSTER_RG -n $CLUSTER_NAME$ --subscription $SUBSCRIPTION_ID
244244
```
245-
## How to troubleshoot Cluster and BMM upgrade failures.
245+
## How to troubleshoot Cluster and BMM upgrade failures
246246
The following troubleshooting documents can help recover BMM upgrade issues:
247247
- [Hardware validation failures](troubleshoot-hardware-validation-failure.md)
248248
- [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:
254254
- Collect Cluster and BMM operation state from Azure portal or Azure CLI.
255255
- 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.
256256

257-
## Post-upgrade Validation
257+
## Post-upgrade validation
258258
Run the following commands to check the status of the CM, Cluster, and BMM:
259259

260260
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
330330
- [Cluster Upgrade](howto-cluster-runtime-upgrade.md)
331331
- [Cluster Upgrade with PauseAfterRack](howto-cluster-runtime-upgrade-with-pauseafterrack-strategy.md)
332332
- [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

Comments
 (0)