Skip to content

Commit aa4d4b1

Browse files
committed
rackpause strategy documentation
1 parent 2fbd4cc commit aa4d4b1

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,21 @@ This how-to guide explains the steps to execute a cluster runtime upgrade with p
1818
Please follow the steps mentioned in prerequistie section of [Upgrading cluster runtime from Azure CLI](./howto-cluster-runtime-upgrade.md)
1919

2020
> **Note:**
21-
> Upgrades with the Rack Pause strategy will only work after the management bundle (CMBU) has been upgraded to 3.8 or greater.
21+
> Upgrades with the PauseRack strategy is available starting API version 2024-06-01-preview.
2222
2323
## Procedure
2424

2525
1. Enable Rack Pause upgrade strategy on a Nexus cluster
2626

2727
> **Note:**
28-
> choose threshold value as desired.
28+
> Below is just a reference command, please choose threshold values as desired.
2929
3030
Example:
3131

3232
```azurecli
3333
az networkcloud cluster update --name "clusterName" --resource-group "resourceGroupName" --update-strategy \
3434
strategy-type="PauseRack" \
35-
wait-time-minutes=0 \
36-
<threshold values as desired>
35+
wait-time-minutes=0
3736
```
3837
3938
2. Confirm that the cluster resource JSON in the JSON View reflects the rack pause upgrade strategy.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ Upon successful execution of the command, the updateStrategy values specified wi
123123
"waitTimeMinutes": 15,
124124
},
125125
```
126+
> [!WARNING]
127+
> When a threshold value below 100% is set, it’s possible that any unhealthy nodes might not be upgraded, yet the “Cluster” status could still indicate that upgrade was sucessfull. For troubleshooting issues with bare metal machines, please refer to the troubleshooting guide titled [Troubleshoot Azure Operator Nexus server problems](troubleshoot-reboot-reimage-replace.md)
128+
129+
## Upgrade with PauseRack Strategy
130+
131+
Starting with API version 2024-06-01-preview, runtime upgrades can be triggered using a "PauseRack" strategy. When you execute a cluster runtime upgrade with the PauseRack" strategy, it will update one rack at a time in the cluster and then pause, awaiting confirmation before proceeding to the next rack. All existing thresholds will continue to be respected with the "PauseRack" strategy. To carry out a cluster runtime upgrade using the "PauseRack" strategy, please follow the steps outlined in [Upgrading cluster runtime with a pause rack strategy](howto-cluster-runtime-upgrade-with-pauserack-strategy.md)
126132

127133
## Frequently Asked Questions
128134

0 commit comments

Comments
 (0)