Skip to content

Commit e625070

Browse files
Apply suggestions from code review
Co-authored-by: Jake Smith <[email protected]>
1 parent e5e888f commit e625070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/howto-cluster-runtime-upgrade-with-pauseafterrack-strategy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Executing Cluster runtime upgrade with `PauseAfterRack` strategy will pause to w
2929

3030
## Procedure
3131

32-
1. Enable `PauseAfterRack` upgrade strategy on a Nexus cluster
32+
1. Enable `PauseAfterRack` upgrade strategy on a Nexus Cluster
3333

3434
```azurecli
3535
az networkcloud cluster update --name "<CLUSTER>" \
@@ -38,7 +38,7 @@ Executing Cluster runtime upgrade with `PauseAfterRack` strategy will pause to w
3838
--subscription "<SUBSCRIPTION>"
3939
```
4040

41-
2. Confirm that the cluster resource JSON in the JSON View reflects the `PauseAfterRack` upgrade strategy.
41+
2. Confirm that the Cluster resource JSON in the JSON View reflects the `PauseAfterRack` upgrade strategy.
4242

4343
```azurecli
4444
az networkcloud cluster show --cluster-name "<CLUSTER>" \
@@ -53,7 +53,7 @@ Executing Cluster runtime upgrade with `PauseAfterRack` strategy will pause to w
5353
"waitTimeMinutes": 15,
5454
```
5555

56-
3. Trigger runtime bundle upgrade as usual from Azure portal or CLI. See [Upgrading cluster runtime from Azure CLI](./howto-cluster-runtime-upgrade.md).
56+
3. Trigger runtime bundle upgrade as usual from Azure portal or CLI. See [Upgrading Cluster runtime from Azure CLI](./howto-cluster-runtime-upgrade.md).
5757

5858
4. Once the control plane and management plane upgrades complete, the runtime upgrade is paused, awaiting user action to start the upgrade for Rack 1.
5959

0 commit comments

Comments
 (0)