Skip to content

Commit 71ed9fa

Browse files
authored
Update howto-cluster-runtime-upgrade-with-pauseafterrack-strategy.md
acrolinx updates
1 parent 6664c22 commit 71ed9fa

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
title: "Azure Operator Nexus: Runtime upgrade with PauseAfterRack strategy"
33
description: Learn to execute a cluster runtime upgrade for Operator Nexus with a PauseAfterRack strategy
44
author: bartpinto
@@ -8,14 +8,15 @@ ms.topic: how-to
88
ms.date: 02/25/2025
99
# ms.custom: template-include
1010
---
11-
# Upgrading cluster runtime with a `PauseAfterRack` strategy
1211

13-
Executing cluster runtime upgrade with `PauseAfterRack` strategy will pause to wait for user confirmation before upgrading the next rack of worker nodes. All existing thresholds will still be honored.
12+
# Upgrading cluster runtime with `PauseAfterRack` strategy
13+
14+
Executing cluster runtime upgrade with `PauseAfterRack` strategy will pause to wait for user confirmation before upgrading the next rack of worker nodes. The complete list of cluster upgrade settings are discussed in [Upgrading cluster runtime from Azure CLI](./howto-cluster-runtime-upgrade.md).
1415

1516
## Prerequisites
1617

1718
> [!NOTE]
18-
> Upgrades with the PauseAfterRack strategy is available starting API version 2024-07-01.
19+
> Upgrade with the PauseAfterRack strategy is available starting API version 2024-07-01.
1920
2021
1. Install the latest version of the [appropriate CLI extensions](howto-install-cli-extensions.md).
2122
1. The latest `networkcloud` CLI extension is required. It can be installed following the steps listed [here](./howto-install-cli-extensions.md).
@@ -52,14 +53,14 @@ Executing cluster runtime upgrade with `PauseAfterRack` strategy will pause to w
5253
"waitTimeMinutes": 15,
5354
```
5455

55-
3. Trigger runtime bundle upgrade as usual from Azure portal / CLI. For reference [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).
5657

57-
4. Once the control plane and management plane upgrades complete, the runtime upgrade will be paused, awaiting user action to resume the upgrade for Rack 1.
58+
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.
5859

5960
:::image type="content" source="media/runtime-upgrade-cluster-paused.png" alt-text="Screenshot showing Paused Runtime Upgrade.":::
6061

6162
> [!NOTE]
62-
> This message will be available in logs for programmatic access, for more details follow [List of logs available for streaming in Azure Operator Nexus](list-logs-available.md)
63+
> This message is available in logs for programmatic access. For more details, follow [List of logs available for streaming in Azure Operator Nexus](list-logs-available.md)
6364
6465
5. To resume the runtime upgrade, execute the following `az networkcloud` cli command.
6566

@@ -69,7 +70,7 @@ Executing cluster runtime upgrade with `PauseAfterRack` strategy will pause to w
6970
--subscription="<SUBSCRIPTION>"
7071
```
7172

72-
6. Repeat step 5 for each rack until all racks have been upgraded to the latest runtime bundle.
73+
6. Repeat step 5 for each rack until all racks are upgraded to the latest runtime bundle.
7374

7475
## Related content
7576

0 commit comments

Comments
 (0)