You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-cluster-runtime-upgrade-template.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ az networkcloud cluster show -n $CLUSTER_NAME -g $CLUSTER_RG --subscription $SUB
172
172
}
173
173
```
174
174
175
-
### Running Cluster upgrade with `PauseAfterRack` Strategy
175
+
### How to run Cluster upgrade with `PauseAfterRack` Strategy
176
176
177
177
`PauseAferRack` strategy allows the customer to control the upgrade by requiring an API call to continue to the next Rack after each Compute Rack completes to the configured threshold.
178
178
@@ -235,14 +235,14 @@ Add a Tag to the BMM resource to track any BMM that fails to complete provisioni
235
235
|BF provision issue |<DE_ID> |
236
236
```
237
237
238
-
## Continuing upgrade during `PauseAfterRack` strategy:
238
+
## How to continue upgrade during `PauseAfterRack` strategy
239
239
Once a compute Rack meets the success threshold, the upgrade pauses until the user signals to the operator to continue the upgrade.
240
240
241
241
Use the following command to continue upgrade once a Compute Rack is paused after meeting the deployment threshold for the Rack:
242
242
```
243
243
az networkcloud cluster continue-update-version -g $CLUSTER_RG -n $CLUSTER_NAME$ --subscription $SUBSCRIPTION_ID
244
244
```
245
-
## Troubleshooting 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:
0 commit comments