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-with-pauseafterrack-strategy.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
1
+
---
2
2
title: "Azure Operator Nexus: Runtime upgrade with PauseAfterRack strategy"
3
3
description: Learn to execute a cluster runtime upgrade for Operator Nexus with a PauseAfterRack strategy
4
4
author: bartpinto
@@ -8,14 +8,15 @@ ms.topic: how-to
8
8
ms.date: 02/25/2025
9
9
# ms.custom: template-include
10
10
---
11
-
# Upgrading cluster runtime with a `PauseAfterRack` strategy
12
11
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).
14
15
15
16
## Prerequisites
16
17
17
18
> [!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.
19
20
20
21
1. Install the latest version of the [appropriate CLI extensions](howto-install-cli-extensions.md).
21
22
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
52
53
"waitTimeMinutes": 15,
53
54
```
54
55
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).
56
57
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.
> 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)
63
64
64
65
5. To resume the runtime upgrade, execute the following `az networkcloud` cli command.
65
66
@@ -69,7 +70,7 @@ Executing cluster runtime upgrade with `PauseAfterRack` strategy will pause to w
69
70
--subscription="<SUBSCRIPTION>"
70
71
```
71
72
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.
0 commit comments